Terminal.app
About 4 min
Open User Settings (JSON)
입력copy and paste below
{
"workbench.colorTheme": "Dracula Soft",
"editor.fontFamily": "Jetbrains Mono",
"editor.fontLigatures": true,
"GitLive.Special branches": "main|master|trunk|dev|develop|qa|test|release[-/].*",
"GitLive.Issue tracker integration": "Disabled",
"[python]": {
"editor.formatOnType": true
},
"[javascript]": {
"editor.tabSize": 2
},
"[json]": {
"editor.tabSize": 2
},
"vetur.format.options.tabSize": 2,
"vetur.format.options.useTabs": false,
"kotlin.languageServer.enabled": false,
"kotlin.debugAdapter.enabled": false,
"extensions.ignoreRecommendations": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"telemetry.telemetryLevel": "off",
"update.showReleaseNotes": false,
"workbench.welcomePage.walkthroughs.openOnInstall": false,
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
"clangd.checkUpdates": false, // Clangd
"code-runner.enableAppInsights": false, // Code Runner
"docker-explorer.enableTelemetry": false, // Docker
"julia.enableTelemetry": false, // Julia
"kite.showWelcomeNotificationOnStartup": false, // Kite
"Lua.telemetry.enable": false, // Lua
"pros.useGoogleAnalytics": false, // PROS
"redhat.telemetry.enabled": false, // Red Hat
"rpcServer.showStartupMessage": false, // VSCode Remote Development
"sonarlint.disableTelemetry": true, // SonarLint
"terraform.telemetry.enabled": false, // HashiCorp Terraform
// Disable showing release notes
"gitlens.showWhatsNewAfterUpgrades": false, // GitLens
"java.help.showReleaseNotes": false, // Language Support for Java
// Disable showing welcome pages / walkthroughs
"gitlens.showWelcomeOnInstall": false, // GitLens
"kite.showWelcomeNotificationOnStartup": false, // Kite
"material-icon-theme.showWelcomeMessage": false, // Material Icon Theme
"pros.showWelcomeOnStartup": false, // PROS
"vsicons.dontShowNewVersionMessage": true, // VSCode Icons
"marp.markdown.toggleMarpPreview": true, // Marp
Each snippet is defined under a snippet name and has a prefix, body and description.
The prefix is what is used to trigger the snippet and the body will be expanded and inserted.
Possible variables are: $1
, $2
for tab stops, $0
for the final cursor position, and ${1:label}
, ${2:another}
for placeholders.
title | description |
---|---|
Select a Language | Ctrl + K + M |