Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
Making extension ready for release.
  • Loading branch information
Kjeldgaard committed Sep 20, 2020
1 parent e1c708e commit a79c1c4
Show file tree
Hide file tree
Showing 7 changed files with 3,278 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ out
node_modules
.vscode-test/
*.vsix
dist/
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
Expand Down
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.vscode
.vscode/**
.vscode-test/**
out/
out/test/**
src/**
.gitignore
Expand All @@ -8,3 +10,5 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
node_modules
webpack.config.js
Loading

0 comments on commit a79c1c4

Please sign in to comment.