Skip to content

Setup#3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jun 8, 2019
5 changes: 4 additions & 1 deletion .gitignore
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,4 +3,7 @@ node_modules
*.vsix

# output directory
out
build
web-app/build/
web-app/node_modules

1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,6 @@
"source.fixAll": true,
},
"tslint.enable": true,
"tslint.jsEnable": true,
"[javascript]": {
"editor.formatOnSave": true
},
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
.vscode/**
.vscode-test/**
out/test/**
build/test/**
src/**
.gitignore
vsc-extension-quickstart.md
Expand Down
6 changes: 6 additions & 0 deletions TODO.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
# Todos
- add to scripts when url fixed

```
"postinstall": "node ./node_modules/vscode/bin/install",
```
Loading
close