<!-- Hi there! 👋 Thanks for reporting a bug. Please search for existing issues before filing, as they may contain additional information about the problem and descriptions of workarounds. Provide as much information as you can, so that we can reproduce the issue. Otherwise, we may not be able to help diagnose the problem, and may close the issue as unreproducible or incomplete. For visual defects, please include screenshots to help us understand the issue. --> ## OS/Web Information - Web Browser: Safari - Local OS: macOS - Remote OS: Manjaro Linux - Remote Architecture: X84 - `code-server --version`: 3.11.1 c680aae973d83583e4a73dc0c422f44021f0140e ## Steps to Reproduce 1. Install Jupyter extension 2. Create new blank notebook 3. 命令"Jupyter: 创建新的空白 Jupyter 笔记本"导致错误 (command 'jupyter.createnewnotebook' not found) ## Expected <!-- What should happen? --> new notebook created ,no error happend ## Actual <!-- What actually happens? --> can't create new notebook ## Logs <!-- First run code-server with at least debug logging (or trace to be really thorough) by setting the --log flag or the LOG_LEVEL environment variable. -vvv and --verbose are aliases for --log trace. For example: Error 2021-09-07 03:56:04: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): 无法读取文件'vscode-remote://10.0.102.20:8080/root/.config/Code/User/settings.json' (Error: 无法解析不存在的文件"vscode-remote://10.0.102.20:8080/root/.config/Code/User/settings.json") at _handleError (/usr/lib/code-server/lib/vscode/out/vs/workbench/services/extensions/node/extensionHostProcess.js:84:155538) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async y.readText (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:9:320331) at async p.doesFileNeedToBeFixed (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:586718) at async /root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:585845 at async Promise.all (index 0) at async p.getFilesToBeFixed (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:585791) at async p.updateTestSettings (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:585418)] { code: 'FileNotFound' } Error 2021-09-07 03:56:04: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): 无法读取文件'vscode-remote://10.0.102.20:8080/root/.vscode/settings.json' (Error: 无法解析不存在的文件"vscode-remote://10.0.102.20:8080/root/.vscode/settings.json") at _handleError (/usr/lib/code-server/lib/vscode/out/vs/workbench/services/extensions/node/extensionHostProcess.js:84:155538) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async y.readText (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:9:320331) at async p.doesFileNeedToBeFixed (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:586718) at async /root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:585845 at async Promise.all (index 1) at async p.getFilesToBeFixed (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:585791) at async p.updateTestSettings (/root/.local/share/code-server/extensions/ms-python.python-2021.8.1159798656/out/client/extension.js:59:585418)] { code: 'FileNotFound' } Once this is done, replicate the issue you're having then collect logging information from the following places: 1. The most recent files from ~/.local/share/code-server/coder-logs. 2. The browser console. 3. The browser network tab. Additionally, collecting core dumps (you may need to enable them first) if code-server crashes can be helpful. --> <!-- If you're having issues with installation please include the installation logs i.e. the output of `yarn global add code-server` if you installed with `yarn` --> ## Screenshot <!-- Ideally provide a screenshot, gif, video or screen recording. --> ## Notes <!-- If you can reproduce the issue on vanilla VS Code, please file the issue at the VS Code repository instead. --> This issue can be reproduced in VS Code: No