Skip to content

Commit

Permalink
🔨 chore: updated vscode's settings + extensions list
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Jan 5, 2025
1 parent baac167 commit 75ba0a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
14 changes: 13 additions & 1 deletion vscode/extensions.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aaron-bond.better-comments
alefragnani.project-manager
alexcvzz.vscode-sqlite
amiralizadeh9480.laravel-extra-intellisense
angular.ng-template
bmewburn.vscode-intelephense-client
Expand All @@ -11,8 +12,11 @@ codingyu.laravel-goto-view
cyrilletuzi.angular-schematics
davidanson.vscode-markdownlint
dbaeumer.vscode-eslint
devsense.intelli-php-vscode
devsense.phptools-vscode
devsense.profiler-php-vscode
donjayamanne.githistory
dotjoshjohnson.xml
eamodio.gitlens
editorconfig.editorconfig
esbenp.prettier-vscode
Expand All @@ -23,22 +27,30 @@ github.copilot
github.copilot-chat
github.vscode-github-actions
github.vscode-pull-request-github
hashicorp.terraform
ihunte.laravel-blade-wrapper
johnpapa.angular-essentials
johnpapa.angular2
johnpapa.vscode-peacock
johnpapa.winteriscoming
kisstkondoros.vscode-gutter-preview
mikestead.dotenv
ms-azuretools.vscode-docker
ms-vscode-remote.remote-containers
ms-vscode.powershell
mtxr.sqltools
oderwat.indent-rainbow
onecentlin.laravel-blade
onecentlin.laravel5-snippets
pkief.material-icon-theme
pnp.polacode
postman.postman-for-vscode
redhat.vscode-xml
redhat.vscode-yaml
s-nlf-fh.glassit
shufo.vscode-blade-formatter
steoates.autoimport
stivo.tailwind-fold
streetsidesoftware.code-spell-checker
tamasfe.even-better-toml
tamasfe.even-better-toml
timonwong.shellcheck
16 changes: 3 additions & 13 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@
"code-runner.saveFileBeforeRun": true,
"code-runner.showExecutionMessage": false,

// polacode settings
"polacode.transparentBackground": true,
"polacode.target": "snippet",

// tabnine
"tabnine.experimentalAutoImports": true,

// shellcheck
"shellcheck.enable": true,
"shellcheck.enableQuickFix": true,
Expand Down Expand Up @@ -277,11 +270,9 @@
],

// per language settings
"[plaintext]": { "files.insertFinalNewline": false },
"[shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" },
"[lua]": { "editor.defaultFormatter": "sumneko.lua" },
"[log]": { "editor.largeFileOptimizations": false },
"[github-issues]": { "editor.wordWrap": "on" },
"[log]": {
"editor.largeFileOptimizations": false
},

// css
"[css]": {
Expand Down Expand Up @@ -330,7 +321,6 @@
"typescript.experimental.expandableHover": true,
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.quoteStyle": "single",
"typescript.tsdk": "./node_modules/typescript/lib",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
Expand Down

0 comments on commit 75ba0a7

Please sign in to comment.