We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@seclevel
1 parent 79ce0f2 commit d82bbeeCopy full SHA for d82bbee
env.d.ts
@@ -908,8 +908,8 @@ declare const $0s: typeof $ns
908
909
/** Subscript space that can call any script. Uses seclevel provided in comment before script (defaults to NULLSEC)
910
* @example
911
- * // @ seclevel MIDSEC
912
- * // remove the space betwen "@" and "s", there's only a space because otherwise vscode breaks
+ * // @seclevel MIDSEC
+ * // note, do NOT copy paste the above line because there is a zero-width space inserted between "@" and "s"
913
* export function script() {
914
* $s.foo.bar() // will be converted to #ms.foo.bar()
915
* } */
0 commit comments