Replies: 1 comment 1 reply
-
Sorry no one responded to this and it's been so long since you posted it. I think if proper detection is the goal, then both of those methods seem like temporary solutions and not guaranteed.
With that said, I offer two suggestions:
A bit outside of scope (and I don't know how it would work) but one other possibility is for Deno to somehow offer a complete drop-in replacement for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to get feedback from the community for a potential feature for the extension/language server.
The idea would be that while opening up a file in a workspace of a non-Deno enabled project, and the Deno language server detects what looks like a potential Deno file, to send a notification to the user that would allow them to click a button to setup the workspace as a Deno enabled workspace.
The detection would be, a JavaScript, TypeScript, JSX or TSX file that:
http:
,https:
,data:
or.ts
,.js
,.tsx
, or.jsx
.Beta Was this translation helpful? Give feedback.
All reactions