Commit 596cb25 1 parent 9d9793c commit 596cb25 Copy full SHA for 596cb25
File tree 9 files changed +60
-13
lines changed
expressjs-with-esdb/.vscode
expressjs-with-mongodb/.vscode
expressjs-with-postgresql/.vscode
9 files changed +60
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
2
"recommendations" : [
5
3
" dbaeumer.vscode-eslint" ,
6
4
" esbenp.prettier-vscode" ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"type" : " npm" ,
6
6
"script" : " build:ts:watch" ,
7
- "group" : " build" ,
7
+ "group" : {
8
+ "kind" : " build" ,
9
+ "isDefault" : true
10
+ },
8
11
"problemMatcher" : [],
9
12
"label" : " npm: build:ts:watch" ,
10
13
"detail" : " tsc -b --watch" ,
11
14
"options" : {
12
15
"cwd" : " ${workspaceFolder}/src/"
13
16
}
17
+ },
18
+ {
19
+ "label" : " Install All Recommended Extensions" ,
20
+ "type" : " shell" ,
21
+ "windows" : {
22
+ "command" : " powershell ((node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\\\ n'))\" ) -split '\\ r?\\ n') | ForEach-Object { code --install-extension $_ }"
23
+ },
24
+ "command" : " node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\ n'))\" | xargs -L 1 code --install-extension"
14
25
}
15
26
]
16
27
}
Original file line number Diff line number Diff line change 1
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
2
"recommendations" : [
5
3
" dbaeumer.vscode-eslint" ,
6
4
" esbenp.prettier-vscode" ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"type" : " npm" ,
6
6
"script" : " build:ts:watch" ,
7
- "group" : " build" ,
7
+ "group" : {
8
+ "kind" : " build" ,
9
+ "isDefault" : true
10
+ },
8
11
"problemMatcher" : [],
9
12
"label" : " npm: build:ts:watch" ,
10
13
"detail" : " tsc -b --watch"
14
+ },
15
+ {
16
+ "label" : " Install All Recommended Extensions" ,
17
+ "type" : " shell" ,
18
+ "windows" : {
19
+ "command" : " powershell ((node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\\\ n'))\" ) -split '\\ r?\\ n') | ForEach-Object { code --install-extension $_ }"
20
+ },
21
+ "command" : " node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\ n'))\" | xargs -L 1 code --install-extension"
11
22
}
12
23
]
13
24
}
Original file line number Diff line number Diff line change 1
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
2
"recommendations" : [
5
3
" dbaeumer.vscode-eslint" ,
6
4
" esbenp.prettier-vscode" ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"type" : " npm" ,
6
6
"script" : " build:ts:watch" ,
7
- "group" : " build" ,
7
+ "group" : {
8
+ "kind" : " build" ,
9
+ "isDefault" : true
10
+ },
8
11
"problemMatcher" : [],
9
12
"label" : " npm: build:ts:watch" ,
10
13
"detail" : " tsc -b --watch"
14
+ },
15
+ {
16
+ "label" : " Install All Recommended Extensions" ,
17
+ "type" : " shell" ,
18
+ "windows" : {
19
+ "command" : " powershell ((node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\\\ n'))\" ) -split '\\ r?\\ n') | ForEach-Object { code --install-extension $_ }"
20
+ },
21
+ "command" : " node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\ n'))\" | xargs -L 1 code --install-extension"
11
22
}
12
23
]
13
24
}
Original file line number Diff line number Diff line change 4
4
{
5
5
"type" : " npm" ,
6
6
"script" : " build:ts:watch" ,
7
- "group" : " build" ,
7
+ "group" : {
8
+ "kind" : " build" ,
9
+ "isDefault" : true
10
+ },
8
11
"problemMatcher" : [],
9
12
"label" : " npm: build:ts:watch" ,
10
13
"detail" : " tsc -b --watch"
14
+ },
15
+ {
16
+ "label" : " Install All Recommended Extensions" ,
17
+ "type" : " shell" ,
18
+ "windows" : {
19
+ "command" : " powershell ((node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\\\ n'))\" ) -split '\\ r?\\ n') | ForEach-Object { code --install-extension $_ }"
20
+ },
21
+ "command" : " node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\ n'))\" | xargs -L 1 code --install-extension"
11
22
}
12
23
]
13
24
}
Original file line number Diff line number Diff line change 1
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
2
"recommendations" : [
5
3
" dbaeumer.vscode-eslint" ,
6
4
" esbenp.prettier-vscode" ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"type" : " npm" ,
6
6
"script" : " build:ts:watch" ,
7
- "group" : " build" ,
7
+ "group" : {
8
+ "kind" : " build" ,
9
+ "isDefault" : true
10
+ },
8
11
"problemMatcher" : [],
9
12
"label" : " npm: build:ts:watch" ,
10
13
"detail" : " tsc -b --watch"
14
+ },
15
+ {
16
+ "label" : " Install All Recommended Extensions" ,
17
+ "type" : " shell" ,
18
+ "windows" : {
19
+ "command" : " powershell ((node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\\\ n'))\" ) -split '\\ r?\\ n') | ForEach-Object { code --install-extension $_ }"
20
+ },
21
+ "command" : " node -e \" console.log(JSON.parse(require('fs').readFileSync('./.vscode/extensions.json')).recommendations.join('\\ n'))\" | xargs -L 1 code --install-extension"
11
22
}
12
23
]
13
24
}
You can’t perform that action at this time.
0 commit comments