Skip to content

Commit

Permalink
Provide test structure with first test checking a warning is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Sep 2, 2022
1 parent 08d2dc6 commit e48cf87
Show file tree
Hide file tree
Showing 11 changed files with 3,365 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm run test
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
with:
Expand Down
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index",
"${workspaceRoot}/workspace for test"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
Expand Down
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ vsc-extension-quickstart.md
**/*.ts
node_modules
webpack.config.js
workspace with space/**
Loading

0 comments on commit e48cf87

Please sign in to comment.