11{
2- "name" : " PublicCodeEditor" ,
3- "dockerFile" : " Dockerfile" ,
4- "runArgs" : [
5- " --name" ,
6- " PublicCodeEditor_devcontainer"
7- ],
8- "postCreateCommand" : " sh .devcontainer/postCreateCommand.sh" ,
9- "customizations" : {
10- "vscode" : {
11- "settings" : {
12- "editor.formatOnSave" : true ,
13- "editor.codeActionsOnSave" : {
14- "source.organizeImports" : " always"
15- },
16- "[typescript]" : {
17- "editor.defaultFormatter" : " dbaeumer.vscode-eslint"
18- },
19- "[go]" : {
20- "editor.insertSpaces" : false ,
21- "editor.formatOnSave" : true ,
22- "editor.codeActionsOnSave" : {
23- "source.organizeImports" : " always"
24- }
25- }
26- },
27- "extensions" : [
28- " dbaeumer.vscode-eslint" ,
29- " github.vscode-pull-request-github" ,
30- " github.vscode-github-actions" ,
31- " golang.go" ,
32- " firsttris.vscode-jest-runner" ,
33- " waderyan.gitblame"
34- ]
35- }
36- },
37- "remoteUser" : " root"
38- }
2+ "name" : " PublicCodeEditor" ,
3+ "dockerFile" : " Dockerfile" ,
4+ "runArgs" : [" --name" , " PublicCodeEditor_devcontainer" ],
5+ "postCreateCommand" : " sh .devcontainer/postCreateCommand.sh" ,
6+ "customizations" : {
7+ "vscode" : {
8+ "settings" : {
9+ "editor.formatOnSave" : true ,
10+ "editor.codeActionsOnSave" : {
11+ "source.organizeImports" : " always"
12+ },
13+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
14+ "[go]" : {
15+ "editor.insertSpaces" : false ,
16+ "editor.formatOnSave" : true ,
17+ "editor.codeActionsOnSave" : {
18+ "source.organizeImports" : " always"
19+ }
20+ }
21+ },
22+ "extensions" : [
23+ " dbaeumer.vscode-eslint" ,
24+ " esbenp.prettier-vscode" ,
25+ " github.vscode-pull-request-github" ,
26+ " github.vscode-github-actions" ,
27+ " golang.go" ,
28+ " firsttris.vscode-jest-runner" ,
29+ " waderyan.gitblame"
30+ ]
31+ }
32+ }
33+ }
0 commit comments