Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Visual Studio Code
authored
Feb 26, 2025
by
Miki, Hiromitsu
Show whitespace changes
Inline
Side-by-side
Visual-Studio-Code.md
View page @
404a1e96
...
@@ -28,10 +28,12 @@ Git for Windows のインストールにあたって、デフォルトの選択
...
@@ -28,10 +28,12 @@ Git for Windows のインストールにあたって、デフォルトの選択
```
jsonc
```
jsonc
{
{
// -- Common --
// -- Common --
"editor.fontFamily"
:
"PlemolJP"
,
"editor.fontFamily"
:
"Moralerspace Argon HW"
,
"editor.fontSize"
:
13
,
"editor.formatOnSave"
:
true
,
"editor.formatOnSave"
:
true
,
"editor.renderWhitespace"
:
"boundary"
,
"editor.renderWhitespace"
:
"boundary"
,
"editor.scrollBeyondLastLine"
:
true
,
"editor.scrollBeyondLastLine"
:
true
,
"update.showReleaseNotes"
:
false
,
"workbench.startupEditor"
:
"none"
,
"workbench.startupEditor"
:
"none"
,
"security.workspace.trust.untrustedFiles"
:
"open"
,
"security.workspace.trust.untrustedFiles"
:
"open"
,
// -- Lang: JSON --
// -- Lang: JSON --
...
@@ -49,7 +51,10 @@ Git for Windows のインストールにあたって、デフォルトの選択
...
@@ -49,7 +51,10 @@ Git for Windows のインストールにあたって、デフォルトの選択
"[typescriptreact]"
:
{
"[typescriptreact]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
},
// -- Lang: CSS --
// -- Lang: HTML/CSS --
"[html]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"[css]"
:
{
"[css]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
},
...
...
...
...