{
"window.zoomLevel": 0,
"workbench.colorCustomizations": {
"statusBar.background": "#333333", // 通常のステータスバー
"statusBar.noFolderBackground": "#777777", // フォルダ(プロジェクト)を開いていない状態
"statusBar.debuggingBackground": "#CA0012" // デバッグ時
},
"editor.multiCursorModifier": "ctrlCmd",
"java.errors.incompleteClasspath.severity": "ignore",
"workbench.colorTheme": "One Dark Pro",
"[ruby]": {
"editor.tabSize": 2
},
"[html.erb]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "vscode.html-language-features"
},
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"atomKeymap.promptV3Features": true,
"editor.renderWhitespace": "all",
// sass設定
"scss.lint.boxModel": "warning",
"scss.lint.duplicateProperties": "warning",
"scss.lint.compatibleVendorPrefixes": "warning",
"scss.lint.important": "warning",
"scss.lint.zeroUnits": "warning",
// フォーマット設定
"editor.formatOnSave": false,
// html設定
"html.format.wrapLineLength": 100,
"html.format.endWithNewline": true,
"html.format.extraLiners": "",
"breadcrumbs.enabled": true,
"java.jdt.ls.vmargs": "-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"/Users/miyabi/.vscode/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
"diffEditor.ignoreTrimWhitespace": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"java.home": "/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.tabSize": 2,
"editor.fontSize": 14,
"terminal.integrated.rendererType": "dom",
"git.enableSmartCommit": true,
"vsnotes.defaultNotePath": "/Users/miyabi/project/devnote",
"vsnotes.defaultNoteTitle": "{title}.{ext}",
"[javascript]": {
},
"path-intellisense.autoSlashAfterDirectory": true,
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
},
"instantmarkdown.autoOpenBrowser": false,
"plantuml.exportOutDir": "documents/png",
"plantuml.diagramsRoot": "documents/uml",
"plantuml.exportSubFolder": false,
"java.project.importOnFirstTimeStartup": "automatic",
"stylelint.packageManager": "yarn",
}
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme