FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/openapi-generator.code-workspace at master · Caplost/openapi-generator · GitHub
Caplost
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
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
openapi-generator
/
openapi-generator.code-workspace
Copy path
More file actions
More file actions
Latest commit
History
History
History
78 lines (71 loc) · 1.88 KB
Breadcrumbs
openapi-generator
/
openapi-generator.code-workspace
Copy path
File metadata and controls
78 lines (71 loc) · 1.88 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"folders"
: [
{
"name"
:
"
openapi-generator
"
,
"path"
:
"
.
"
},
{
"name"
:
"
openapi-generator-cli
"
,
"path"
:
"
modules/openapi-generator-cli
"
},
{
"name"
:
"
openapi-generator-core
"
,
"path"
:
"
modules/openapi-generator-core
"
},
{
"name"
:
"
openapi-generator-gradle-plugin
"
,
"path"
:
"
modules/openapi-generator-gradle-plugin
"
},
{
"name"
:
"
openapi-generator-maven-plugin
"
,
"path"
:
"
modules/openapi-generator-maven-plugin
"
},
{
"name"
:
"
openapi-generator-online
"
,
"path"
:
"
modules/openapi-generator-online
"
},
],
"settings"
: {
"editor.formatOnType"
:
true
,
"editor.linkedEditing"
:
true
,
"editor.tabCompletion"
:
"
on
"
,
"editor.tabSize"
:
4
,
"editor.renderWhitespace"
:
"
boundary
"
,
"editor.suggest.shareSuggestSelections"
:
true
,
"editor.suggestSelection"
:
"
first
"
,
"editor.semanticHighlighting.enabled"
:
true
,
"explorer.confirmDelete"
:
true
,
"files.autoSave"
:
"
onFocusChange
"
,
"files.exclude"
: {
"**/.classpath"
:
true
,
"**/.factorypath"
:
true
,
"**/.project"
:
true
,
"**/.settings"
:
true
},
"files.trimFinalNewlines"
:
false
,
"files.trimTrailingWhitespace"
:
true
,
"task.saveBeforeRun"
:
"
always
"
,
"java.autobuild.enabled"
:
false
,
"java.completion.enabled"
:
true
,
"java.completion.guessMethodArguments"
:
true
,
"java.completion.maxResults"
:
5
,
"java.format.onType.enabled"
:
true
,
"java.referencesCodeLens.enabled"
:
true
,
"java.saveActions.organizeImports"
:
true
,
"java.showBuildStatusOnStart.enabled"
:
true
,
"java.dependency.autoRefresh"
:
true
,
"java.dependency.refreshDelay"
:
3000
,
"java.format.enabled"
:
true
,
"maven.pomfile.autoUpdateEffectivePOM"
:
true
,
},
"extensions"
: {
"recommendations"
: [
"
vscjava.vscode-java-pack
"
,
"
attilabuti.mustache-syntax-vscode
"
,
"
formulahendry.code-runner
"
,
"
visualstudioexptteam.vscodeintellicode
"
,
"
42crunch.vscode-openapi
"
,
"
mermade.openapi-lint
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL