Skip to content

Commit 342cdbd

Browse files
committed
feat change the integrated terminal to ghostty and editor font family to MesloLGS NF
1 parent a9a08bb commit 342cdbd

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

vscode/settings.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"window.nativeTabs": true,
2+
// "window.nativeTabs": true,
33
"window.zoomLevel": -1,
44
// editor
55
"editor.suggestSelection": "first",
@@ -12,13 +12,14 @@
1212
"editor.stickyScroll.enabled": false,
1313
"editor.accessibilitySupport": "off",
1414
"editor.unicodeHighlight.invisibleCharacters": false,
15+
"editor.fontFamily": "MesloLGS NF",
1516
"diffEditor.ignoreTrimWhitespace": false,
1617
// terminal
1718
"terminal.integrated.defaultProfile.osx": "fish",
1819
"terminal.integrated.automationProfile.osx": {
1920
"path": "/bin/zsh"
2021
},
21-
"terminal.external.osxExec": "iTerm.app",
22+
"terminal.external.osxExec": "Ghostty.app",
2223
"terminal.integrated.fontFamily": "MesloLGS NF",
2324
"terminal.integrated.tabs.enabled": true,
2425
"terminal.integrated.defaultProfile.linux": "bash",
@@ -56,14 +57,12 @@
5657
"security.workspace.trust.enabled": false,
5758
"search.useIgnoreFiles": false,
5859
"explorer.sortOrder": "type",
59-
// workbench
60-
"workbench.activityBar.location": "top",
6160
"workbench.editorAssociations": {
6261
"*.ipynb": "jupyter-notebook"
6362
},
6463
"workbench.startupEditor": "none",
6564
"workbench.settings.applyToAllProfiles": ["terminal.integrated.fontFamily"],
66-
"workbench.colorTheme": "Atom One Dark",
65+
"workbench.colorTheme": "Anysphere dark",
6766
// color
6867
"workbench.colorCustomizations": {
6968
"terminal.background": "#0B0C0F",
@@ -265,7 +264,7 @@
265264
// files checking
266265
"eslint.rules.customizations": [{ "eol-last": ["error", "never"] }],
267266
// check spelling enabled in file types
268-
"cSpell.enableFiletypes": [
267+
"cSpell.enabledFiletypes": [
269268
"aspnetcorerazor",
270269
"clojure",
271270
"gitignore",
@@ -475,5 +474,8 @@
475474
"svelte.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, houdini.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, mdsvex.config.js, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vite.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*",
476475
"vite.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*",
477476
"vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*"
478-
}
479-
}
477+
},
478+
"@azure.argTenant": "",
479+
"workbench.activityBar.location": "top",
480+
"editor.minimap.enabled": false
481+
}

0 commit comments

Comments
 (0)