Skip to content

Commit d1bb89a

Browse files
committed
feat: prepare web extension
1 parent 19c38f8 commit d1bb89a

File tree

6 files changed

+2375
-66
lines changed

6 files changed

+2375
-66
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ node_modules
44
*.vsix
55
dist
66
**/.DS_Store
7+
8+
.vscode-test-web

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"--extensionDevelopmentKind=web"
3030
],
3131
"outFiles": [
32-
"${workspaceFolder}/dist/**/*.js"
33-
],
32+
"${workspaceFolder}/dist/web/*.js"
33+
]
3434
},
3535
{
3636
"name": "Extension Tests",

0 commit comments

Comments
 (0)