Skip to content

Commit bf4def7

Browse files
committed
fix: correct toml json schema urls
1 parent 4176658 commit bf4def7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"tomlValidation": [
7878
{
7979
"fileMatch": "robot.toml",
80-
"url": "http://localhost:8000/etc/robot.toml.json"
80+
"url": "https://raw.githubusercontent.com/d-biehl/robotcode/main/etc/robot.toml.json"
8181
},
8282
{
8383
"fileMatch": ".robot.toml",
84-
"url": "http://localhost:8000/etc/robot.toml.json"
84+
"url": "https://raw.githubusercontent.com/d-biehl/robotcode/main/etc/robot.toml.json"
8585
}
8686
],
8787
"configurationDefaults": {

0 commit comments

Comments
 (0)