Denoを使う時のsetting.json
Denoを使う時のsetting.jsontakker.icon code:自分のsettings.json
{
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.defaultFormatter": "denoland.vscode-deno"
},
"editor.defaultFormatter": "denoland.vscode-deno"
},
"cloudlatex.supressIcon": true,
"conventionalCommits.gitmoji": false,
"csharp.semanticHighlighting.enabled": true,
"csharp.suppressDotnetRestoreNotification": true,
"csharp.suppressProjectJsonWarning": true,
"csharp.supressBuildAssetsNotification": true,
"deno.enable": true,
"deno.cacheOnSave": true,
"deno.codeLens.implementations": true,
"deno.codeLens.references": true,
"deno.codeLens.referencesAllFunctions": true,
"deno.codeLens.test": true,
"deno.suggest.imports.hosts": {
},
"editor.copyWithSyntaxHighlighting": false,
"editor.fontFamily": "Cica,Consolas, 'Courier New', monospace",
"editor.formatOnType": true,
"editor.inlineSuggest.suppressSuggestions": true,
// "terminal.integrated.defaultProfile.linux": "fish"
"editor.renderControlCharacters": true,
"editor.showFoldingControls": "always",
"editor.wordWrap": "on",
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"files.autoSave": "afterDelay",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"git.confirmSync": false,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"scminput": false
},
"githubPullRequests.pushBranch": "always",
"javascript.inlayHints.enumMemberValues.enabled": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.propertyDeclarationTypes.enabled": true,
"javascript.inlayHints.variableTypes.enabled": true,
"javascript.suggest.completeFunctionCalls": true,
"keyboard.layout": "00000409",
"latex-workshop.intellisense.citation.backend": "biblatex",
"latex-workshop.message.error.show": false,
"latex-workshop.message.warning.show": false,
"omnisharp.enableRoslynAnalyzers": true,
"plantuml.previewAutoUpdate": true,
"remote.autoForwardPortsSource": "hybrid",
"svg.preview.mode": "svg",
"terminal.integrated.profiles.linux": {
"bash": {
"icon": "terminal-bash",
"path": "bash"
},
"fish": {
"path": "fish"
},
"pwsh": {
"icon": "terminal-powershell",
"path": "pwsh"
},
"tmux": {
"icon": "terminal-tmux",
"path": "tmux"
},
"zsh": {
"path": "zsh"
}
},
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"typescript.suggest.completeFunctionCalls": true,
"vetur.format.options.tabSize": 4,
// ここにvim系設定があったが長いので略
"workbench.colorTheme": "Monokai",
"workbench.editorAssociations": {
"*.pdf": "latex-workshop-pdf-hook",
"*.dvi": "hexEditor.hexedit",
"*.tfm": "hexEditor.hexedit"
},
"files.associations": {
"*.yaml": "yaml"
},
"hexeditor.columnWidth": 16,
"hexeditor.defaultEndianness": "little",
"hexeditor.showDecodedText": true,
"hexeditor.inspectorType": "aside",
"githubPullRequests.upstreamRemote": "never",
"diffEditor.hideUnchangedRegions.enabled": true,
"githubPullRequests.createOnPublishBranch": "never",
}