File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ Pyls Configuration
31
31
Capture Page Screenshot 03-schema-diagnostic-found.png
32
32
[Teardown] Clean Up After Working with File and Settings ${file }
33
33
34
+ # # # # # # # # # # # #
35
+ # YAML schema functionality won't be available until yaml-language-server v0.7.3
36
+ # # # # # # # # # # # #
34
37
# YAML Schema
35
38
# ${file} = Set Variable composer-schema.yaml
36
39
# Prepare File for Editing YAML config ${file}
Original file line number Diff line number Diff line change 37
37
},
38
38
"dependencies" : {
39
39
"@krassowski/jupyterlab_go_to_definition" : " ~1.0.0" ,
40
- "lodash.mergewith" : " ^4.6.1" ,
40
+ "lodash.mergewith" : " ^4.6.1" ,
41
41
"lsp-ws-connection" : " ~0.4.0"
42
42
},
43
43
"devDependencies" : {
64
64
"@types/codemirror" : " ^0.0.74" ,
65
65
"@types/events" : " ^3.0.0" ,
66
66
"@types/jest" : " ^23.3.11" ,
67
+ "@types/lodash.mergewith" : " ^4.6.1" ,
67
68
"chai" : " ^4.2.0" ,
68
69
"codemirror" : " *" ,
69
70
"events" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
import { PageConfig } from '@jupyterlab/coreutils' ;
2
- import mergeWith from 'lodash/ mergewith' ;
2
+ import mergeWith from 'lodash. mergewith' ;
3
3
4
4
const RE_PATH_ANCHOR = / ^ f i l e : \/ \/ ( [ ^ \/ ] + | \/ [ A - Z ] : ) / ;
5
5
Original file line number Diff line number Diff line change 2435
2435
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
2436
2436
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
2437
2437
2438
+ "@types/lodash.mergewith@^4.6.1":
2439
+ version "4.6.6"
2440
+ resolved "https://registry.yarnpkg.com/@types/lodash.mergewith/-/lodash.mergewith-4.6.6.tgz#c4698f5b214a433ff35cb2c75ee6ec7f99d79f10"
2441
+ integrity sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg==
2442
+ dependencies:
2443
+ "@types/lodash" "*"
2444
+
2445
+ "@types/lodash@*":
2446
+ version "4.14.150"
2447
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.150.tgz#649fe44684c3f1fcb6164d943c5a61977e8cf0bd"
2448
+ integrity sha512-kMNLM5JBcasgYscD9x/Gvr6lTAv2NVgsKtet/hm93qMyf/D1pt+7jeEZklKJKxMVmXjxbRVQQGfqDSfipYCO6w==
2449
+
2438
2450
"@types/lodash@^4.14.110":
2439
2451
version "4.14.149"
2440
2452
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
You can’t perform that action at this time.
0 commit comments