-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Properly installed and enabled the official extension "Wolfram Language" by Wolfram Research, trying to create a new file with .vsnb but failed and said "The editor could not be opened due to an unexpected error. Please consult the log for more details."
BTW, Wolfram Language Notebook was also installed and it's able to use.
My setting.json:
{ "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.donotVerifyTags": true, "explorer.confirmDelete": false, "wolfram.kernel": "D:\\WolframResearch\\WolframEngine\\14.3", "wolframLanguageNotebook.kernel.configurations": { "wolframscript": { "type": "local", "command": "wolframscript", "ports": "49152-65535" } }, "security.workspace.trust.untrustedFiles": "open", "wolfram.notebook.kernelEnabled": true, "wolfram.systemKernel": "D:\\WolframResearch\\WolframEngine\\14.3\\WolframKernel.exe", "window.newWindowProfile": "Default" }
My log
2025-08-28 23:56:54.717 [warning] [Window] NotebookEditorWidget#setInput failed Cannot open resource with notebook editor type 'wolfram-notebook', please check if you have the right extension installed and enabled. 2025-08-28 23:56:54.718 [error] [Window] Error: Cannot open resource with notebook editor type 'wolfram-notebook', please check if you have the right extension installed and enabled. at xV.setInput (vscode-file://vscode-app/d:/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1317:67191) at async jqe.S (vscode-file://vscode-app/d:/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:610:58567) at async jqe.L (vscode-file://vscode-app/d:/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:610:57122) at async jqe.openEditor (vscode-file://vscode-app/d:/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:610:56204) at async vscode-file://vscode-app/d:/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:722:23350 at async o (vscode-file://vscode-app/d:/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:614:44355)