Skip to content

Instantly share code, notes, and snippets.

@stephyswe
Last active July 2, 2023 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephyswe/c4a8425761230bbcd17477f5fd985566 to your computer and use it in GitHub Desktop.
Save stephyswe/c4a8425761230bbcd17477f5fd985566 to your computer and use it in GitHub Desktop.
vscode settings
{
"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "node"
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.codeActionsOnSave": {
"source.removeUnusedImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.inlineSuggest.enabled": true,
"editor.minimap.enabled": false,
"editor.renderControlCharacters": false,
"editor.renderWhitespace": "none",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"typescript": "typescriptreact"
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"files.trimTrailingWhitespace": true,
"git.ignoreRebaseWarning": true,
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.hovers.enabled": false,
"gitlens.statusBar.enabled": false,
"github.copilot.enable": {
"*": true,
"markdown": true,
"plaintext": true,
"scminput": false,
"yaml": true
},
"glassit.alpha": 250,
"javascript.preferences.importModuleSpecifier": "relative",
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"makefile.makePath": "c:\\msys64\\mingw64\\bin\\mingw32-make.exe",
"npm.exclude": "",
"projectManager.git.baseFolders": [
"D:\\Dev\\code-be-nestjs\\samples-gql\\_nuber"
],
"remote.SSH.remotePlatform": {
"161.35.20.189": "linux",
"164.90.227.74": "linux"
},
"storyExplorer.server.external.url": "http://localhost:6006",
"tailwindCSS.files.exclude": ["**/.git/**", "**/.hg/**", "**/.svn/**"],
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.env.windows": {},
"typescript.suggest.autoImports": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"window.commandCenter": false,
"window.menuBarVisibility": "compact",
"window.zoomLevel": 1,
"workbench.colorTheme": "August - Rosé Pine Moon",
"workbench.iconTheme": "icons",
"workbench.layoutControl.enabled": false,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"cSpell.userWords": [
"alla",
"Appstore",
"axois",
"bankid",
"Behaviour",
"Belopp",
"bokford",
"cardnumber",
"Ccompress",
"cloudinary",
"clsx",
"clsxm",
"codegen",
"colour",
"commitlint",
"currentline",
"deepmerge",
"dockerhub",
"dtos",
"eller",
"Elven",
"endregion",
"endwait",
"fdata",
"FILEDATA",
"focalpoint",
"formhelpers",
"Försök",
"Frontmatter",
"fullname",
"hairtalk",
"highscore",
"Huvudnavigeringsmeny",
"ifgy",
"igen",
"inmatning",
"Inout",
"Keke's",
"lazyload",
"Lightbox",
"Listning",
"LOCALSTORAGE",
"Logga",
"lowlight",
"Mathf",
"messengerclone",
"nestjs",
"noreferrer",
"Nums",
"Octicon",
"Overworld",
"plopfile",
"pothos",
"prismadb",
"Raycast",
"Registrera",
"Rhaenyra's",
"sandpack",
"searchlabel",
"Signup",
"sqlalchemy",
"Städer",
"sublabel",
"supabase",
"svgs",
"Swiper",
"tablength",
"tagsearch",
"tailwindcss",
"testid",
"Tilemap",
"Tilemaps",
"toastify",
"todos",
"TRPC",
"udemy",
"Unauthenticted",
"urql",
"uselist",
"uuidv",
"Välj",
"venv",
"webdata",
"wtforms",
"yumroad"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment