Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfering with non-autolisp-related workspace #231

Open
vanowm opened this issue May 14, 2023 · 1 comment
Open

Interfering with non-autolisp-related workspace #231

vanowm opened this issue May 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vanowm
Copy link

vanowm commented May 14, 2023

Describe the bug
I have a workspace that doesn't have any AutoLisp related files (JS/HTML), it's located on network drive, with a lot of small files (thousands)
The status bar doesn't show "Load lisp" since there is no AutoLisp related files, however when launching a debugger (which is just an Edge browser), statusbar now shows "Load lisp", vscode starts reading files from network drive (network usage is constant 10+MB/s) and nothing happens, after few minutes it shows message that extension host was terminated 3 times. Restarting extension host doesn't help, network usage by vscode remains high and "Load lisp" still visible.
Disabling AutoLispExt fixes the issue.
my .code-workspace file:

{
	"folders": [
		{
			"exclude":["latest"],
			"path": "..",
			"name": "www"
		},
	],
	"launch": {
		"version": "0.2.0",
		"configurations": [
		{
			"name": "Launch Edge",
			"request": "launch",
			"type": "msedge",
			"url": "http://192.168.0.2/${workspaceFolderBasename:www}/",
			"webRoot": "${workspaceFolder:www}",
			"outputCapture": "console",
			// "outFiles": ["${workspaceFolderBasename}"],
			"trace": true,
			"runtimeArgs": [
					"--auto-open-devtools-for-tabs"
			],
			"env": {
				"XDEBUG_MODE": "debug,develop",
				"XDEBUG_CONFIG": "client_port=9000"
			}
		}
		]
	
	}
}

Desktop (please complete the following information):

Version: 1.78.2
Commit: b3e4e68a0bc097f0ae7907b217c1119af9e03435
Date: 2023-05-10T14:39:26.248Z
Electron: 22.5.2
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Windows_NT x64 10.0.19045
Sandboxed: No

AutoCAD AutoLISP Extension v1.6.1
@Sen-real Sen-real added the enhancement New feature or request label Jun 25, 2023
@vanowm
Copy link
Author

vanowm commented Nov 24, 2023

It's a bug, not enhancement, different priorities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants