File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ node_modules
44.vscode-test /
55* .vsix
66.DS_Store
7+ * .vscode-test-web /
8+ .vscode /
Original file line number Diff line number Diff line change 77 "configurations" : [
88 {
99 "name" : " Run Extension" ,
10- "type" : " pwa- extensionHost" ,
10+ "type" : " extensionHost" ,
1111 "request" : " launch" ,
1212 "args" : [
1313 " --extensionDevelopmentPath=${workspaceFolder}"
Original file line number Diff line number Diff line change 1010 },
1111 // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
1212 "typescript.tsc.autoDetect" : " off" ,
13- "ansible.python.interpreterPath" : " /opt/homebrew/bin/python3"
1413}
Original file line number Diff line number Diff line change @@ -56,14 +56,6 @@ const extensionConfig = {
5656 from : 'node_modules/@asyncapi/react-component/styles/default.min.css' ,
5757 to : 'node_modules/@asyncapi/react-component/styles/default.min.css' ,
5858 } ,
59- {
60- from : 'node_modules/@asyncapi/edavisualiser/browser/standalone/index.js' ,
61- to : 'node_modules/@asyncapi/edavisualiser/browser/standalone/index.js' ,
62- } ,
63- {
64- from : 'node_modules/@asyncapi/edavisualiser/styles/default.min.css' ,
65- to : 'node_modules/@asyncapi/edavisualiser/styles/default.min.css' ,
66- } ,
6759 ] ,
6860 } ) ,
6961 ] ,
You can’t perform that action at this time.
0 commit comments