Skip to content

Commit 75ba0a7

Browse files
committed
🔨 chore: updated vscode's settings + extensions list
1 parent baac167 commit 75ba0a7

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

vscode/extensions.list

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
aaron-bond.better-comments
22
alefragnani.project-manager
3+
alexcvzz.vscode-sqlite
34
amiralizadeh9480.laravel-extra-intellisense
45
angular.ng-template
56
bmewburn.vscode-intelephense-client
@@ -11,8 +12,11 @@ codingyu.laravel-goto-view
1112
cyrilletuzi.angular-schematics
1213
davidanson.vscode-markdownlint
1314
dbaeumer.vscode-eslint
15+
devsense.intelli-php-vscode
1416
devsense.phptools-vscode
17+
devsense.profiler-php-vscode
1518
donjayamanne.githistory
19+
dotjoshjohnson.xml
1620
eamodio.gitlens
1721
editorconfig.editorconfig
1822
esbenp.prettier-vscode
@@ -23,22 +27,30 @@ github.copilot
2327
github.copilot-chat
2428
github.vscode-github-actions
2529
github.vscode-pull-request-github
30+
hashicorp.terraform
2631
ihunte.laravel-blade-wrapper
2732
johnpapa.angular-essentials
2833
johnpapa.angular2
34+
johnpapa.vscode-peacock
35+
johnpapa.winteriscoming
2936
kisstkondoros.vscode-gutter-preview
3037
mikestead.dotenv
3138
ms-azuretools.vscode-docker
3239
ms-vscode-remote.remote-containers
3340
ms-vscode.powershell
41+
mtxr.sqltools
3442
oderwat.indent-rainbow
3543
onecentlin.laravel-blade
3644
onecentlin.laravel5-snippets
3745
pkief.material-icon-theme
46+
pnp.polacode
47+
postman.postman-for-vscode
48+
redhat.vscode-xml
3849
redhat.vscode-yaml
3950
s-nlf-fh.glassit
4051
shufo.vscode-blade-formatter
4152
steoates.autoimport
4253
stivo.tailwind-fold
4354
streetsidesoftware.code-spell-checker
44-
tamasfe.even-better-toml
55+
tamasfe.even-better-toml
56+
timonwong.shellcheck

vscode/settings.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,6 @@
194194
"code-runner.saveFileBeforeRun": true,
195195
"code-runner.showExecutionMessage": false,
196196

197-
// polacode settings
198-
"polacode.transparentBackground": true,
199-
"polacode.target": "snippet",
200-
201-
// tabnine
202-
"tabnine.experimentalAutoImports": true,
203-
204197
// shellcheck
205198
"shellcheck.enable": true,
206199
"shellcheck.enableQuickFix": true,
@@ -277,11 +270,9 @@
277270
],
278271

279272
// per language settings
280-
"[plaintext]": { "files.insertFinalNewline": false },
281-
"[shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" },
282-
"[lua]": { "editor.defaultFormatter": "sumneko.lua" },
283-
"[log]": { "editor.largeFileOptimizations": false },
284-
"[github-issues]": { "editor.wordWrap": "on" },
273+
"[log]": {
274+
"editor.largeFileOptimizations": false
275+
},
285276

286277
// css
287278
"[css]": {
@@ -330,7 +321,6 @@
330321
"typescript.experimental.expandableHover": true,
331322
"typescript.preferences.importModuleSpecifier": "relative",
332323
"typescript.preferences.quoteStyle": "single",
333-
"typescript.tsdk": "./node_modules/typescript/lib",
334324
"[typescriptreact]": {
335325
"editor.defaultFormatter": "esbenp.prettier-vscode",
336326
"editor.formatOnSave": true

0 commit comments

Comments
 (0)