File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 37
37
" Data Science"
38
38
],
39
39
"extensionDependencies" : [
40
- " ms-python.python" ,
41
- " redhat.vscode-yaml"
40
+ " ms-python.python"
42
41
],
43
42
"capabilities" : {
44
43
"virtualWorkspaces" : {
79
78
},
80
79
"configuration" : {
81
80
"properties" : {
82
- "yaml.schemas" : {
83
- "default" : {
84
- "https://raw.githubusercontent.com/kedro-org/kedro/develop/static/jsonschema/kedro-catalog-0.19.json" : " conf/**/*catalog*"
85
- },
86
- "description" : " Default schema validate against catalog YAML files using YAML extension"
87
- },
88
81
"kedro.importStrategy" : {
89
82
"default" : " useBundled" ,
90
83
"description" : " Defines where `kedro` is imported from. This setting may be ignored if `kedro.path` is set." ,
205
198
"webpack" : " ^5.89.0" ,
206
199
"webpack-cli" : " ^5.1.4"
207
200
}
208
- }
201
+ }
You can’t perform that action at this time.
0 commit comments