You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now sometimes using unstable APIs does not give an error in the editor but sometimes it does, for example in the SaaSKit project (see denoland/saaskit#279). Setting "deno.unstable": true does not have any effect.
To Reproduce
I have no idea how to reproduce this. After creating a new clone of the SaaSKit project the error went away but I am not sure why since it was of the same version.
Expected behavior
I expect that using unstable APIs would result in a error, unless explicitly enabled.
Screenshots
Error message: Property 'openKv' does not exist on type 'typeof Deno'. Did you mean 'open'?
Versions
vscode: 1.79.2 deno: 1.34.3 extension: 3.19.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Fresh projects include the following triple-slash directives in the
main.ts
file.Now sometimes using unstable APIs does not give an error in the editor but sometimes it does, for example in the SaaSKit project (see denoland/saaskit#279). Setting
"deno.unstable": true
does not have any effect.To Reproduce
I have no idea how to reproduce this. After creating a new clone of the SaaSKit project the error went away but I am not sure why since it was of the same version.
Expected behavior
I expect that using unstable APIs would result in a error, unless explicitly enabled.
Screenshots
Error message:
Property 'openKv' does not exist on type 'typeof Deno'. Did you mean 'open'?
Versions
vscode: 1.79.2 deno: 1.34.3 extension: 3.19.1
The text was updated successfully, but these errors were encountered: