Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
7340ae15
Unverified
Commit
7340ae15
authored
Jan 14, 2024
by
Anish Kelkar
Committed by
GitHub
Jan 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: delete .vscode directory (#2693)
* Delete .vscode directory * web/.vscode deleted
parent
6db7ad76
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
41 deletions
+0
-41
extensions.json
.vscode/extensions.json
+0
-3
project.code-workspace
.vscode/project.code-workspace
+0
-12
settings.json
.vscode/settings.json
+0
-5
extensions.json
web/.vscode/extensions.json
+0
-8
settings.json
web/.vscode/settings.json
+0
-13
No files found.
.vscode/extensions.json
deleted
100644 → 0
View file @
6db7ad76
{
"recommendations"
:
[
"golang.go"
]
}
.vscode/project.code-workspace
deleted
100644 → 0
View file @
6db7ad76
{
"folders": [
{
"name": "server",
"path": "../"
},
{
"name": "web",
"path": "../web"
}
]
}
.vscode/settings.json
deleted
100644 → 0
View file @
6db7ad76
{
"json.schemaDownload.enable"
:
true
,
"go.lintOnSave"
:
"workspace"
,
"go.lintTool"
:
"golangci-lint"
,
}
web/.vscode/extensions.json
deleted
100644 → 0
View file @
6db7ad76
{
"recommendations"
:
[
"lokalise.i18n-ally"
,
"bradlc.vscode-tailwindcss"
,
"dbaeumer.vscode-eslint"
,
"csstools.postcss"
]
}
web/.vscode/settings.json
deleted
100644 → 0
View file @
6db7ad76
{
"eslint.validate"
:
[
"javascript"
,
"javascriptreact"
,
"typescript"
,
"typescriptreact"
],
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
true
},
"i18n-ally.localesPaths"
:
[
"src/locales"
],
"files.associations"
:
{
"*.less"
:
"postcss"
},
"i18n-ally.keystyle"
:
"nested"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment