Skip to content

Commit 44208b9

Browse files
committed
Scriptmonkey settings
1 parent e02e9d8 commit 44208b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"source.fixAll": "explicit" // Fix all fixable errors on explicit save.
2626
},
2727
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.js`.
28-
"eslint.validate": ["javascript", "json", "jsonc", "yaml", "markdown"]
28+
"eslint.validate": ["javascript", "json", "jsonc", "yaml", "markdown"],
29+
30+
/**
31+
* Scriptmonkey.
32+
*/
33+
"scriptmonkey.metaData.default.author": "jerone",
34+
"scriptmonkey.metaData.default.namespace": "https://github.com/jerone/UserScripts"
2935
}

0 commit comments

Comments
 (0)