Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 20, 2023
1 parent 52eb3c1 commit a0fff76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceFolder}", "--enable-proposed-api"],
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"smartStep": true,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/dist/**/*", "!${workspaceFolder}/**/node_modules**/*"],
Expand All @@ -23,7 +23,7 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceFolder}", "--enable-proposed-api"],
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"smartStep": true,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/dist/**/*", "!${workspaceFolder}/**/node_modules**/*"],
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bin": true,
"**/node_modules": false,
".vscode-test": true,
".vscode test": true,
".vscode-test-web": true,
"**/.venv/**": true
},
"search.exclude": {
Expand All @@ -16,7 +16,7 @@
"**/.venv/**": true,
"languageServer*/**": true,
".vscode-test": true,
".vscode test": true
".vscode-test-web": true
},
"[typescript]": {
"editor.formatOnSave": true,
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
"description": "%capabilities.untrustedWorkspace.description%"
}
},
"contributes": {},
"enabledApiProposals": [],
"scripts": {
"package": "npm run esbuild-release && vsce package -o ms-toolsai-jupyter-hub-insiders.vsix",
"compile": "npm run esbuild-base-node && npm run esbuild-base-web",
Expand Down

0 comments on commit a0fff76

Please sign in to comment.