You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update typing for vscode api
* Webviews will load ressources from webviewUri instead of hardcoded vscode-ressources
* Add script security policy with CSP
* Add link to sample code
Copy file name to clipboardExpand all lines: src/constants.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ export const CONSTANTS = {
40
40
MICROBIT: "micro:bit",
41
41
CLUE: "CLUE",
42
42
},
43
+
SCRIPT_PATH: {
44
+
SIMULATOR: "out/simulator.js",
45
+
VSCODE_API: "out/vscode_import.js",
46
+
},
43
47
ERROR: {
44
48
BAD_PYTHON_PATH:
45
49
'Your interpreter is not pointing to a valid Python executable. Please select a different interpreter (CTRL+SHIFT+P and type "python.selectInterpreter") and restart the application',
0 commit comments