mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* support Visual Studio Code officially
This commit is contained in:
parent
44952b1cd1
commit
5b2b4a7360
1 changed files with 31 additions and 0 deletions
31
ssh-key-action.code-workspace
Normal file
31
ssh-key-action.code-workspace
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"eslint.enable": true,
|
||||||
|
"json.format.enable": true,
|
||||||
|
"typescript.format.enable": true,
|
||||||
|
"typescript.format.insertSpaceAfterCommaDelimiter": true,
|
||||||
|
"typescript.format.insertSpaceAfterConstructor": false,
|
||||||
|
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
||||||
|
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
|
||||||
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
||||||
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
||||||
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
|
||||||
|
"typescript.format.insertSpaceAfterSemicolonInForStatements": true,
|
||||||
|
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true,
|
||||||
|
"typescript.format.insertSpaceBeforeFunctionParenthesis": false,
|
||||||
|
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
|
||||||
|
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
||||||
|
"typescript.validate.enable": true
|
||||||
|
},
|
||||||
|
"extensions": {
|
||||||
|
"recommendations": [
|
||||||
|
"EditorConfig.EditorConfig",
|
||||||
|
"eg2.vscode-npm-script"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue