mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
"files.exclude": {
|
|
"**/dist": true,
|
|
"**/node_modules": true
|
|
}
|
|
}
|