0% found this document useful (0 votes)
2 views5 pages

VSCode Configuration Settings Guide

This document outlines the configuration settings for Visual Studio Code (VSCode), including terminal profiles, code execution commands for various programming languages, and editor preferences. It specifies settings for formatting, themes, auto-saving, and live server configurations. Additionally, it includes customizations for the editor's appearance and behavior, such as font settings and suggestions for code completion.

Uploaded by

Tho Nguyen
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

VSCode Configuration Settings Guide

This document outlines the configuration settings for Visual Studio Code (VSCode), including terminal profiles, code execution commands for various programming languages, and editor preferences. It specifies settings for formatting, themes, auto-saving, and live server configurations. Additionally, it includes customizations for the editor's appearance and behavior, such as font settings and suggestions for code completion.

Uploaded by

Tho Nguyen
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CHƯƠNG 1.

Configvscode

{
"[Link]": "PowerShell",
"[Link]": {
"javascript": "node",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt &&
$dir$fileNameWithoutExt",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt &&
$dir$fileNameWithoutExt",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o
$fileNameWithoutExt && $dir$fileNameWithoutExt",
"php": "php",
"python": "python -u",
"perl": "perl",
"perl6": "perl6",
"ruby": "ruby",
"go": "go run",
"lua": "lua",
"groovy": "groovy",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"bat": "cmd /c",
"shellscript": "bash",
"fsharp": "fsi",
"csharp": "dotnet run",
"vbscript": "cscript //Nologo",
"typescript": "ts-node",
"coffeescript": "coffee",
"scala": "scala",
"swift": "swift",
"julia": "julia",
"crystal": "crystal",
"ocaml": "ocaml",
"r": "Rscript",
"applescript": "osascript",
"clojure": "lein exec",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"racket": "racket",
"scheme": "csi -script",
"ahk": "autohotkey",
"autoit": "autoit3",
"dart": "dart",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"haskell": "runhaskell",
"nim": "nim compile --verbosity:0 --hints:off --run",
"lisp": "sbcl --script",
"kit": "kitc --run",
"v": "v run",
"sass": "sass --style expanded",
"scss": "scss --style expanded",
"less": "cd $dir && lessc $fileName $[Link]",
"FortranFreeForm": "cd $dir && gfortran $fileName -o
$fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt
&& $dir$fileNameWithoutExt",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o
$fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt &&
$dir$fileNameWithoutExt"
},
"[Link]": false,
"[Link]": true,
"[Link]": 16,
"[Link]": "Dracula Theme",
"[Link]": "on",
"[html]": {
"[Link]": "[Link]-vscode"
},
"[Link]": {
"*.ejs": "html",
"*.html": "html",
"*.js": "javascript",
"*.jsx": "javascriptreact",
"*.ts": "typescript",
"*.tsx": "typescriptreact"
},
"[Link]": "[Link]-vscode",
"[Link]": "onFocusChange",
"[Link]": true,
"[Link]": true,
"[python]": {
"[Link]": true
},
"[Link]":
["[Link]
"src/**/*.css"],
"[Link]": "material-icon-theme",
"[Link]": "on",
"[Link]": true,
"[Link]": 0,
"[Link]": 2,
"[typescriptreact]": {
"[Link]": "[Link]-vscode"
},
"[Link]": {
// The background is optional
"[Dracula]": {
"[Link]": "#000000",
"[Link]": "#D0D0D0",
"[Link]": "#D0D0D0",
"[Link]": "#D0D0D0",
"[Link]": "#000000",
"[Link]": "#0066FF",
"[Link]": "#808080",
"[Link]": "#0066FF",
"[Link]": "#00FFFF",
"[Link]": "#33FF00",
"[Link]": "#CC00FF",
"[Link]": "#FF0000",
"[Link]": "#FFFFFF",
"[Link]": "#FF0099",
"[Link]": "#00FFFF",
"[Link]": "#33FF00",
"[Link]": "#CC00FF",
"[Link]": "#FF0000",
"[Link]": "#D0D0D0",
"[Link]": "#FF0099"
}
},
"[Link]": {
"javascript": "javascriptreact",
"html": "javascript",
"ejs": "html"
},
"[Link]": {
"other": true,
"comments": true,
"strings": true
},
"[Link]": "inline",
"[Link]": true,
"[Link]": true,
"[Link]": true,
"[Link]": "Fira Code Retina",
"[Link]": false,
"[Link]": "localhost",
"[Link]": -1,
"[Link]": false,
"[Link]": 120,
"[Link]": "always",
"[Link]": true,
"[Link]": true,
"[Link]": "indentation",
"[Link]": "always",
"[Link]": true,
"[Link]": true,
"[Link]": true,
"C_Cpp.suggestSnippets": false,
"[Link]": false,
"[Link]": true,
"[Link]": true,
"[Link]": "monospace",
"[Link]": "'Fira Code'",
"[Link]": true
}

You might also like