-
Notifications
You must be signed in to change notification settings - Fork 587
Expand file tree
/
Copy pathpackage.nls.json
More file actions
70 lines (70 loc) · 3.44 KB
/
Copy pathpackage.nls.json
File metadata and controls
70 lines (70 loc) · 3.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"command.hostPort": "Share (on host) / Acquire (on guest) Live Share host port",
"command.navigate-envpair": "Navigate to matching \\begin{}/\\end{}",
"command.select-envname": "Select the current environment name",
"command.select-envcontent": "Select the current environment content",
"command.select-env": "Select the current environment",
"command.multicursor-envname": "Add a multicursor to the current environment name",
"command.wrap-env": "Surround selection with \\begin{}...\\end{}",
"command.surround": "Surround selection with LaTeX command",
"command.close-env": "Close current environment",
"command.toggle-equation-envname": "Toggle between \\[...\\] and \\begin{}...\\end{}",
"command.revealoutput": "Reveal output folder in OS",
"command.saveWithoutBuilding": "Save without Building",
"command.build": "Build LaTeX project",
"command.recipes": "Build with recipe",
"command.view": "View LaTeX PDF file",
"command.tab": "View LaTeX PDF file in VSCode tab",
"command.viewInBrowser": "View LaTeX PDF file in web browser",
"command.viewExternal": "View LaTeX PDF file in external viewer",
"command.refresh-viewer": "Refresh all LaTeX PDF viewers",
"command.kill": "Kill LaTeX compiler process",
"command.synctex": "SyncTeX from cursor",
"command.clean": "Clean up auxiliary files",
"command.citation": "Open citation browser",
"command.addtexroot": "Insert !TeX root magic comment",
"command.wordcount": "Count words in LaTeX document",
"command.changeHostName": "Change server listening hostname",
"command.resetHostName": "Reset server listening hostname to 127.0.0.1",
"command.compilerlog": "View LaTeX compiler logs",
"command.log": "View LaTeX Workshop messages",
"command.actions": "LaTeX actions",
"command-dev.parselog": "Parse current document as LaTeX logs",
"command-dev.parsetex": "Parse current file as LaTeX AST",
"command-dev.parsebib": "Parse current file as BibTeX AST",
"command-dev.striptext": "Strip text and comments from LaTeX.",
"command.texdoc": "Show package documentation",
"command.texdocUsepackages": "Show package documentation actually used",
"command.promote-sectioning": "Promote all the section levels used in the selection",
"command.demote-sectioning": "Demote all the section levels used in the selection",
"command.select-section": "Select the current section",
"command.bibsort": "Sort BibTeX file",
"command.bibalign": "Align BibTeX file",
"command.bibalignsort": "Sort and align BibTeX file",
"command.checkcitations": "Check for unused citations with \"checkcites\"",
"command.openMathPreviewPanel": "Open Math Preview Panel",
"command.closeMathPreviewPanel": "Close Math Preview Panel",
"command.toggleMathPreviewPanel": "Toggle Math Preview Panel",
"activity.commands": "Commands",
"activity.structure": "Structure",
"activity.mathsymbols": "Math Symbols",
"activity.recipe": "Recipe",
"activity.view": "View LaTeX PDF",
"activity.viewintab": "View in VSCode tab",
"activity.viewinweb": "View in web browser",
"activity.viewinexternal": "View in external viewer",
"activity.log": "View log messages",
"activity.navigate": "Navigate, select, and edit",
"activity.misc": "Miscellaneous",
"activity.bibtex": "BibTeX actions",
"mathsymbols.search": "Search",
"DOC": "%DOC%",
"DOCFILE": "%DOCFILE%",
"DOC_EXT": "%DOC_EXT%",
"DIR": "%DIR%",
"OUTDIR": "%OUTDIR%",
"TEX": "%TEX%",
"PDF": "%PDF%",
"LINE": "%LINE%",
"TMPFILE": "%TMPFILE%"
}