Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
exchain
nebula
Commits
4b84a4a0
Unverified
Commit
4b84a4a0
authored
Aug 22, 2024
by
protolambda
Committed by
GitHub
Aug 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.vscode: simplify configs (#11581)
parent
85d8c86e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
extensions.json
.vscode/extensions.json
+3
-8
settings.json
.vscode/settings.json
+0
-12
No files found.
.vscode/extensions.json
View file @
4b84a4a0
{
//
See
https://go.microsoft.com/fwlink/?LinkId=
827846
to
learn
about
workspace
recommendations.
//
Extension
identifier
format:
$
{
publisher
}
.$
{
name
}
.
Example:
vscode.csharp
//
List
of
extensions
which
should
be
recommended
for
users
of
this
workspace.
"recommendations"
:
[
"dbaeumer.vscode-eslint"
,
"editorconfig.editorconfig"
,
"juanblanco.solidity"
,
"golang.go"
,
],
}
\ No newline at end of file
"golang.go"
]
}
.vscode/settings.json
View file @
4b84a4a0
{
"[typescript]"
:
{
"editor.defaultFormatter"
:
"dbaeumer.vscode-eslint"
,
"editor.formatOnSave"
:
true
},
"eslint.workingDirectories"
:
[
{
"directory"
:
"packages/chain-mon"
,
"changeProcessCWD"
:
true
}
],
"eslint.nodePath"
:
"./node_modules/eslint/bin/"
,
"eslint.format.enable"
:
true
,
"editorconfig.generateAuto"
:
false
,
"files.trimTrailingWhitespace"
:
true
}
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