Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
6
repos/effect/.vscode/extensions.json
vendored
Normal file
6
repos/effect/.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"oxc.oxc-vscode",
|
||||
"dprint.dprint"
|
||||
]
|
||||
}
|
||||
44
repos/effect/.vscode/settings.json
vendored
Normal file
44
repos/effect/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"dprint.path": "node_modules/.bin/dprint",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "dprint.dprint",
|
||||
"editor.formatOnSaveMode": "file",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.oxc": "explicit"
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
"comments": false,
|
||||
"strings": false
|
||||
},
|
||||
"editor.acceptSuggestionOnCommitCharacter": true,
|
||||
"editor.acceptSuggestionOnEnter": "on",
|
||||
"editor.quickSuggestionsDelay": 10,
|
||||
"editor.suggestOnTriggerCharacters": true,
|
||||
"editor.tabCompletion": "off",
|
||||
"editor.suggest.localityBonus": true,
|
||||
"editor.suggestSelection": "recentlyUsed",
|
||||
"editor.wordBasedSuggestions": "matchingDocuments",
|
||||
"editor.parameterHints.enabled": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "dprint.dprint"
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "dprint.dprint"
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "dprint.dprint"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "dprint.dprint"
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "dprint.dprint"
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "dprint.dprint"
|
||||
},
|
||||
"deno.enable": false,
|
||||
"js/ts.tsdk.path": "node_modules/typescript/lib"
|
||||
}
|
||||
Reference in New Issue
Block a user