We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c064040 commit b3314adCopy full SHA for b3314ad
.github/workflows/build.yml
@@ -48,24 +48,3 @@ jobs:
48
49
- name: VSCE Packge
50
run: npx vsce package
51
-
52
- darwin:
53
- name: macOS
54
- runs-on: macos-latest
55
- timeout-minutes: 30
56
- steps:
57
- - uses: actions/checkout@v2
58
59
- - name: Setup Node.js environment
60
- uses: actions/setup-node@v2
61
- with:
62
- node-version: 14
63
64
- - name: Install Node.js modules
65
- run: npm install
66
67
- - name: Lint
68
- run: npm run lint
69
70
- - name: VSCE Packge
71
- run: npx vsce package
.vscode/settings.json
@@ -1,5 +1,5 @@
1
{
2
- "editor.formatOnSave": true,
+ "editor.formatOnSave": false,
3
"editor.insertSpaces": true,
4
"editor.tabSize": 4,
5
"files.insertFinalNewline": true,
0 commit comments