vscode-javascript-notebooks
vscode-javascript-notebooks copied to clipboard
Run js throws the error: "EvalError: Refused to evaluate a string as JavaScript because this document requires 'Trusted Type' assignment."
After building a .vsix package and install it on local vscode, the /samples/notebook.jsnb file open and render correctly, but can't run any code.
vscode throws the error: EvalError: Refused to evaluate a string as JavaScript because this document requires 'Trusted Type' assignment.
My building process:
$ npm install -g vsce
Inside the project directory:
$ npm install
$ vsce package
This happens for me when installing the extension from VSCode's extension marketplace.
Just to inform that the version 0.0.2 popped up on my vscode. I updated it and now this issue is no longer happening on 0.0.2.