Skip to content

Commit d3e91c6

Browse files
committed
fix update
1 parent fcc4973 commit d3e91c6

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ node_modules
44
.vscode-test/
55
*.vsix
66
.DS_Store
7+
*.vscode-test-web/
8+
.vscode/

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"configurations": [
88
{
99
"name": "Run Extension",
10-
"type": "pwa-extensionHost",
10+
"type": "extensionHost",
1111
"request": "launch",
1212
"args": [
1313
"--extensionDevelopmentPath=${workspaceFolder}"

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
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
}

webpack.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)