Age | Commit message (Collapse) | Author |
|
|
|
(#17566)
Closes #17563
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
This commit changes handling of config file to enable
specifying "imports" and "scopes" objects effectively making
the configuration file an import map.
"imports" and "scopes" take precedence over "importMap" configuration,
but have lower priority than "--importmap" CLI flag.
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
built-in Node modules (#17519)
|
|
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
Effectively reverts changes done in
https://github.com/denoland/deno/pull/16816
|
|
|
|
|
|
Co-authored-by: crowlkats <crowlkats@toaxl.com>
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
Closes: #11853
|
|
Fixes #15367
|
|
Make offering "virtual documents" via the lsp easier to parse. `deno:`
can be ambiguous to parse by editors (can conflict with linux paths)
Neovim recently landed a PR https://github.com/neovim/neovim/pull/19797
that allows it to parse `scheme:/` this PR should make deno lsp work
correctly in neovim
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
directories (#15949)
|
|
|
|
Fixes: #15252
|
|
Fixes: #15111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ref: denoland/vscode_deno#629
|
|
Closes: #13910
|
|
|
|
Ref: denoland/vscode_deno#633
|
|
Closes: #12800
|
|
Closes #13198
|
|
Closes #13619
|
|
Ref: #12864
|
|
`DiagnosticsServer` (#13577)
|
|
sources on each publish (#13483)
|
|
|
|
Fixes #13437
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
Closes: #13272
|
|
Fixes: #13099
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #12753
|
|
(#12776)
Ref: #12753
|
|
Closes #8440
|