FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Dart-Code/.vscode/settings.json at master · HelloCore/Dart-Code · GitHub
HelloCore
/
Dart-Code
Public
forked from
Dart-Code/Dart-Code
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Dart-Code
/
.vscode
/
settings.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 1006 Bytes
Breadcrumbs
Dart-Code
/
.vscode
/
settings.json
Copy path
File metadata and controls
32 lines (32 loc) · 1006 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"editor.detectIndentation"
:
false
,
"editor.insertSpaces"
:
false
,
"editor.tabSize"
:
4
,
"files.exclude"
: {
"out"
:
true
,
"**/node_modules"
:
true
,
".vscode-test"
:
true
,
".nyc_output"
:
true
},
"files.insertFinalNewline"
:
true
,
"typescript.tsdk"
:
"
node_modules/typescript/lib
"
,
"editor.codeActionsOnSave"
: {
"source.organizeImports"
:
true
},
"dart.extensionLogFile"
:
"
logs/extension.txt
"
,
"dart.analyzerLogFile"
:
"
logs/analyzer.txt
"
,
//"dart.analyzerInstrumentationLogFile": "logs/analyzer.instrum.txt",
"dart.flutterRunLogFile"
:
"
logs/flutter_run.txt
"
,
"dart.flutterTestLogFile"
:
"
logs/flutter_test.txt
"
,
"dart.pubTestLogFile"
:
"
logs/pub_test.txt
"
,
"dart.flutterDaemonLogFile"
:
"
logs/flutter_daemon.txt
"
,
"dart.vmServiceLogFile"
:
"
logs/observatory.txt
"
,
"dart.analysisExcludedFolders"
: [
"
test/test_projects/dart_create_template
"
,
"
test/test_projects/flutter_create_basic
"
,
"
test/test_projects/flutter_create_sample
"
],
"dart.doNotFormat"
: [
"
**/lib/comments.dart
"
],
}
Back
|
FazBrowse Home
|
New Git URL