mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Vscode extension recommendations (#5607)
* Added vscode extension recommendations * Revert the change * Revert .gitignore * Change `volar` to `vetur`
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -39,9 +39,6 @@ public/packs*
|
|||||||
*.un~
|
*.un~
|
||||||
.jest-cache
|
.jest-cache
|
||||||
|
|
||||||
#VS Code files
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# ignore jetbrains IDE files
|
# ignore jetbrains IDE files
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
@@ -62,4 +59,4 @@ package-lock.json
|
|||||||
test/cypress/videos/*
|
test/cypress/videos/*
|
||||||
|
|
||||||
/config/master.key
|
/config/master.key
|
||||||
/config/*.enc
|
/config/*.enc
|
||||||
|
|||||||
32
.vscode/extensions.json
vendored
Normal file
32
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
// Spell check
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
// Better Comments
|
||||||
|
"aaron-bond.better-comments",
|
||||||
|
// Rails Test Runner
|
||||||
|
"davidpallinder.rails-test-runner",
|
||||||
|
// Eslint
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
// Auto Close Tag
|
||||||
|
"formulahendry.auto-close-tag",
|
||||||
|
// Auto Rename Tag
|
||||||
|
"formulahendry.auto-rename-tag",
|
||||||
|
// Hight light colors
|
||||||
|
"naumovs.color-highlight",
|
||||||
|
// GitLens
|
||||||
|
"eamodio.gitlens",
|
||||||
|
// Ruby
|
||||||
|
"rebornix.ruby",
|
||||||
|
// Vue
|
||||||
|
"octref.vetur",
|
||||||
|
// Prettier
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
// Dot Env
|
||||||
|
"mikestead.dotenv",
|
||||||
|
// HTML CSS Support
|
||||||
|
"ecmel.vscode-html-css",
|
||||||
|
// Tailwind CSS Intellisense
|
||||||
|
"bradlc.vscode-tailwindcss",
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user