Skip to content

Commit ad70cdb

Browse files
authored
Merge pull request #3 from ShMcK/xstate
Setup
2 parents b402b71 + 01d2669 commit ad70cdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+19139
-352
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ node_modules
33
*.vsix
44

55
# output directory
6-
out
6+
build
7+
web-app/build/
8+
web-app/node_modules
9+

.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"source.fixAll": true,
1717
},
1818
"tslint.enable": true,
19-
"tslint.jsEnable": true,
2019
"[javascript]": {
2120
"editor.formatOnSave": true
2221
},

.vscodeignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.vscode/**
22
.vscode-test/**
3-
out/test/**
3+
build/test/**
44
src/**
55
.gitignore
66
vsc-extension-quickstart.md

TODO.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Todos
2+
- add to scripts when url fixed
3+
4+
```
5+
"postinstall": "node ./node_modules/vscode/bin/install",
6+
```

0 commit comments

Comments
 (0)