mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
"files.exclude": {
|
|
"**/dist": true,
|
|
"**/node_modules": true
|
|
}
|
|
}
|