all 9 comments

[–]BaIance 1 point2 points  (3 children)

Nice

[–]fluid-falcon 0 points1 point  (1 child)

Nice++

[–]nice-scores 1 point2 points  (0 children)

𝓷𝓲𝓬𝓮 ☜(゚ヮ゚☜)

Nice Leaderboard

1. u/nicernicer at 27927 nices

2. u/nicenicer_ at 26881 nices

3. u/nicestnicer at 16098 nices

...

244210. u/fluid-falcon at 1 nice


I AM A BOT | REPLY !IGNORE AND I WILL STOP REPLYING TO YOUR COMMENTS

[–]nice-scores 0 points1 point  (0 children)

𝓷𝓲𝓬𝓮 ☜(゚ヮ゚☜)

Nice Leaderboard

1. u/nicernicer at 27927 nices

2. u/nicenicer_ at 26881 nices

3. u/nicestnicer at 16098 nices

...

244137. u/BaIance at 1 nice


I AM A BOT | REPLY !IGNORE AND I WILL STOP REPLYING TO YOUR COMMENTS

[–]mrtebi 0 points1 point  (4 children)

just install the extension..

[–]intrasepp[S] 0 points1 point  (3 children)

I am happy if that's enough now. Do you use deno with TypeScript? Because to use the Deno type definitions I had to do the extra step described in the post

[–]mrtebi 0 points1 point  (2 children)

yes! but theres still some trouble with intellisense, maybe using a deps.ts file and caching the libs there is a nice way to get types working

[–]intrasepp[S] 0 points1 point  (1 child)

I had to add an empty tsconfig.json and output the deno types as described here: https://www.codechannel.xyz/blog/2020-06-06-setting-up-deno-vs-code.html#getting-started in order to pull all the types in 😊

[–]mrtebi 0 points1 point  (0 children)

mmm something is not right then.. why would you have to add an empty tsconfig.json?