This repository was archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.nls.json
More file actions
17 lines (17 loc) · 1.33 KB
/
Copy pathpackage.nls.json
File metadata and controls
17 lines (17 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"deno.displayName": "[Deprecated] Deno",
"deno.description": "[Deprecated] Deno support for VSCode",
"deno.dependency": "Deno Dependencies",
"deno.command.restart_server": "Restart Deno Language Server",
"deno.config.enabled": "Controls whether Deno is enabled or not.\n\n**Not recommended in global configuration**",
"deno.config.import_map": "The file path of an import map.\n\nIt can be a path that is relative to the project root, or an absolute path.\n\n**Not recommended in global configuration**",
"deno.config.unstable": "Controls if Deno's unstable mode types are used instead of stable mode types.\n\n**Not recommended in global configuration**",
"deno.initializing": "Initializing Deno Language Server...",
"err.not_install_deno": "Could not find `deno` in your $PATH. Please install `deno`, then restart the extension.",
"err.below_deno_minimum_requirements": "Deno's version is below minimum requirements. Please upgrade to v{0} or above.",
"diagnostic.fix.create_module": "Create the module",
"diagnostic.fix.fetch_module": "Fetch the module",
"diagnostic.report.module_not_found_locally": "Could not find module `{0}` locally.",
"diagnostic.report.invalid_import": "Import module `{0}` must be a relative path or remote HTTP URL.",
"code_len.cached_module": "Deno cached module `{0}`. Click to copy to clipboard."
}