Skip to content

Commit 4fdaf6c

Browse files
noklamSajidAlamQB
andauthored
Remove the old dependencies with yaml schema (#164)
* spike lsp Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> * fix diagnostic range Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> * more verbose error messages Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> * scan all files Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> * skip dataset names starting with _ Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> * Update lsp_server.py Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> * Update package.json * Update package.json * Update package.json --------- Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com> Co-authored-by: Sajid Alam <sajid_alam@mckinsey.com> Co-authored-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com>
1 parent 8f019d2 commit 4fdaf6c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"Data Science"
3838
],
3939
"extensionDependencies": [
40-
"ms-python.python",
41-
"redhat.vscode-yaml"
40+
"ms-python.python"
4241
],
4342
"capabilities": {
4443
"virtualWorkspaces": {
@@ -79,12 +78,6 @@
7978
},
8079
"configuration": {
8180
"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-
},
8881
"kedro.importStrategy": {
8982
"default": "useBundled",
9083
"description": "Defines where `kedro` is imported from. This setting may be ignored if `kedro.path` is set.",
@@ -205,4 +198,4 @@
205198
"webpack": "^5.89.0",
206199
"webpack-cli": "^5.1.4"
207200
}
208-
}
201+
}

0 commit comments

Comments
 (0)