Skip to content

Instantly share code, notes, and snippets.

@almino
Created September 21, 2023 16:17
Show Gist options
  • Save almino/444f0ad4028b1fea88ebf81dfac11541 to your computer and use it in GitHub Desktop.
Save almino/444f0ad4028b1fea88ebf81dfac11541 to your computer and use it in GitHub Desktop.
VS Code before Nix
{
"yaml.schemas": {
"file:///home/almino/.vscode/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"atlascode.jira.enabled": false,
"redhat.telemetry.enabled": true,
"terminal.external.linuxExec": "/usr/bin/fish",
"terminal.integrated.defaultProfile.linux": "fish",
"git.suggestSmartCommit": false,
"workbench.iconTheme": "vscode-icons",
"prettier.tabWidth": 4,
"prettier.trailingComma": "all",
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vetur.format.options.tabSize": 4,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vsicons.dontShowNewVersionMessage": true,
"vetur.format.scriptInitialIndent": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": true,
"markdown": true,
"scminput": false
},
"terminal.explorerKind": "external",
"terminal.integrated.env.linux": {},
"files.autoGuessEncoding": true,
"remoteHub.commitDirectlyWarning": "off",
"editor.unicodeHighlight.nonBasicASCII": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.autofetch": true,
"git.fetchOnPull": true,
"editor.stickyScroll.enabled": true,
"workbench.colorTheme": "Quiet Light",
"[php]": {},
"git.openRepositoryInParentFolders": "never",
"pomodoro.breakColorButton": "sage",
"pomodoro.breakColorTime": "sage",
"pomodoro.workColorButton": "yellow",
"pomodoro.workColorTime": "yellow"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment