-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
52 lines (52 loc) · 3.17 KB
/
Copy pathpackage.nls.json
File metadata and controls
52 lines (52 loc) · 3.17 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
{
"extension.displayName": "RenPy Code",
"extension.description": "Complete Ren'Py development suite — syntax, completion, diagnostics, debugger, flow graph, preview, and more",
"config.title": "RenPy Code",
"config.sdkPath.description": "Path to the Ren'Py SDK directory (e.g., C:/renpy-8.5.2-sdk)",
"config.diagnostics.enable": "Enable real-time diagnostics",
"config.diagnostics.undefinedLabel": "Warn on jump/call to undefined labels",
"config.diagnostics.undefinedCharacter": "Warn on dialogue with undefined character variables",
"config.diagnostics.invalidJump": "Warn on invalid jump/call targets",
"config.diagnostics.indentation": "Warn on mixed indentation (tabs and spaces)",
"config.diagnostics.unusedLabel": "Detect unused labels that are never jumped to or called",
"config.diagnostics.missingResource": "Detect references to missing images or audio files",
"config.diagnostics.unreachableCode": "Detect code after jump or return that will never execute",
"config.license.key.description": "RenPy Code Pro license key (purchase on Gumroad)",
"config.license.key.markdownDescription": "RenPy Code Pro license key. [Purchase on Gumroad](https://y1uda.gumroad.com/l/renpycode) to unlock Pro features.",
"command.launchGame": "RenPy Code: Launch Game",
"command.lint": "RenPy Code: Run Lint",
"command.warpToLine": "RenPy Code: Warp to Current Line",
"command.warpToLabel": "RenPy Code: Warp to Label...",
"command.showFlowGraph": "RenPy Code: Show Story Flow Graph",
"command.analyzeProject": "RenPy Code: Analyze Project",
"command.activateLicense": "RenPy Code: Activate Pro License",
"command.goToDefinition": "RenPy Code: Go to Definition",
"command.findAllReferences": "RenPy Code: Find All References",
"debugger.label": "Ren'Py Debugger",
"debugger.gameRoot.description": "Path to the Ren'Py game project root",
"debugger.snippet.label": "Ren'Py: Launch and Debug",
"debugger.snippet.description": "Launch a Ren'Py game with debugger attached",
"view.dashboard": "Dashboard",
"view.screens": "Screens",
"view.variables": "Variables",
"command.showPreview": "RenPy Code: Show Live Preview",
"command.showATLPreview": "RenPy Code: Preview ATL Animation",
"command.showSaveInspector": "RenPy Code: Inspect Save File",
"command.showHeatmap": "RenPy Code: Show Heatmap",
"command.showAssets": "RenPy Code: Show Asset Manager",
"command.showTranslation": "RenPy Code: Show Translation Dashboard",
"command.runAllTests": "RenPy Code: Run All Tests",
"command.runTest": "RenPy Code: Run Test...",
"command.createTestcase": "RenPy Code: Create Testcase",
"command.extractRoute": "RenPy Code: Extract Route...",
"command.insertDialogue": "RenPy Code: Insert Dialogue",
"command.renameSymbol": "RenPy Code: Rename Symbol",
"command.refreshVariables": "RenPy Code: Refresh Variables",
"command.profileProject": "RenPy Code: Profile Project Performance",
"command.showCharacterWizard": "RenPy Code: Character Wizard",
"command.killGame": "RenPy Code: Kill Game",
"bridge.connected": "Connected",
"bridge.label": "Bridge",
"bridge.tooltip.connected": "Ren'Py bridge connected",
"bridge.tooltip.disconnected": "Ren'Py bridge disconnected"
}