samme
samme
DDeno
Created by samme on 5/11/2023 in #help
VSCode "quick fix" for missing import doesn't use import map
2 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
same lol
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
switched to import { serve } from "https://deno.land/std@0.185.0/http/server.ts"; instead.
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
I suppose it overrides the .d.ts
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Commenting out this import solves the issue
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
import { json, serve } from "https://deno.land/x/sift@0.6.0/mod.ts";
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Found the culprit
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
now it works
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
created a new directory with only an index.ts, did the init workspace config
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
🤦‍♂️
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Nothing so far. Going to run deno from source and check the logs to see when/if the unstable flag gets lost
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Going to try different versions of the extension as well
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
I have the issue in every version of Deno I try. Just tried 1.21.0 even
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Does rolling back solve the issue for you?
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Where is the cache?
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Populate where?
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Where can I find this file and what populates it?
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Runs fine with the flag, but the issue persists in the editor
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
^ Tried the versions he mention. No difference. Tried a few more versions. Also tried uninstalling deno completely, verified VSCode could not find the binary. Then reinstalled but through homebrew this time. Issue persists 🤷‍♂️
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
51 replies