mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
parent
33b1a6ed61
commit
84733d90c7
9 changed files with 456 additions and 194 deletions
|
@ -114,3 +114,16 @@ compiler. Its main purpose is to ensure that TypeScript and JavaScript can run
|
|||
under Deno. The secondary ability to do TypeScript and JavaScript emitting via
|
||||
the runtime API `Deno.emit()` is intended to be simple and straight forward and
|
||||
support a certain set of use cases.
|
||||
|
||||
### How do I combine Deno code with non-Deno code in my IDE?
|
||||
|
||||
The Deno language server supports the ability to have a "per-resource"
|
||||
configuration of enabling Deno or not. This also requires a client IDE to
|
||||
support this ability. For Visual Studio Code the official
|
||||
[Deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)
|
||||
supports the vscode concept of
|
||||
[multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces).
|
||||
This means you just need to add folders to the workspace and set the
|
||||
`deno.enable` setting as required on each folder.
|
||||
|
||||
For other IDEs, the client extensions needs to support the similar IDE concepts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue