Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit e48cf87

Browse files
committed
Provide test structure with first test checking a warning is provided
fixes #88
1 parent 08d2dc6 commit e48cf87

File tree

11 files changed

+3365
-21
lines changed

11 files changed

+3365
-21
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: npm ci
16+
- run: npm run test
1617
- name: Publish to Open VSX Registry
1718
uses: HaaLeo/publish-vscode-extension@v0
1819
with:

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"runtimeExecutable": "${execPath}",
2929
"args": [
3030
"--extensionDevelopmentPath=${workspaceFolder}",
31-
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
31+
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index",
32+
"${workspaceRoot}/workspace for test"
3233
],
3334
"outFiles": [
3435
"${workspaceFolder}/out/test/**/*.js"

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ vsc-extension-quickstart.md
1010
**/*.ts
1111
node_modules
1212
webpack.config.js
13+
workspace with space/**

0 commit comments

Comments
 (0)