{ "autotasks.buildstep.name": "zig build {step}", "autotasks.current-file.name": "Run active Zig file", "autotasks.title": "Auto-discovered tasks", "config.debugging.info": "Settings for the LLDB integration", "config.debugging.lldb-dap-path.info": "Leave empty to resolve lldb-dap via the Xcode Command line tool xcrun or via the environment variable PATH", "config.debugging.lldb-dap-path.title": "Path to lldb-dap", "config.debugging.logging.info": "Log output of the lldb-dap proxy to the extension directory", "config.debugging.logging.title": "LLDB log", "config.debugging.title": "Debugging", "config.disabled": "Disabled", "config.enabled": "Enabled", "config.general.title": "General", "config.inherit": "Inherit from Global", "config.tasks.autodiscover.info": "Discover build steps and add them to the list of tasks", "config.tasks.autodiscover.title": "Auto-discover tasks", "config.tasks.info": "Task-related settings", "config.tasks.show-current-file.info": "Add a task for running the currently open Zig file", "config.tasks.show-current-file.title": "Show current file task", "config.tasks.title": "Tasks", "config.zig.executable-path.info": "Leave empty to resolve zig via the environment variable PATH", "config.zig.executable-path.title": "Path to zig", "config.zls.build-on-save.info": "Allow ZLS to call the build / check runner on save", "config.zls.build-on-save.title": "Build on Save", "config.zls.enable.info": "ZLS needs to be installed for this to work", "config.zls.enable.title": "Enable ZLS", "config.zls.executable-path.info": "Leave empty to resolve zls via the environment variable PATH", "config.zls.executable-path.title": "Path to zls", "config.zls.info": "Diagnostics, completions, hover, navigation", "config.zls.log-communication.info": "Log communication between ZLS and Nova to the extension console", "config.zls.log-communication.title": "ZLS log", "config.zls.title": "Advanced language features", "name.language-server": "Zig Language Server", "tasks.buildrun.config.build-args.info": "Additional arguments appended after `zig build` for both Build and Run.", "tasks.buildrun.config.console.info": "Where to run the program. External Terminal launches the macOS Terminal app.", "tasks.buildrun.config.optimize.info": "Passed as `-Doptimize=`. Leave on Project Default to let `build.zig` decide.", "tasks.buildrun.config.run-args.info": "Arguments passed after `--` to the built program.", "tasks.buildrun.config.run-step.info": "The `zig build` step to execute for the Run action. Leave blank to run `zig build` with no step (Zig's default install step).", "tasks.buildrun.config.run-step.placeholder": "install", "tasks.buildrun.config.run-step.title": "Run Step", "tasks.buildrun.info": "Build and run Zig", "tasks.buildrun.name": "Zig build", "tasks.config.build-args.info": "Additional arguments appended after `zig build`.", "tasks.config.build-args.title": "Build Arguments", "tasks.config.console.external": "External Terminal", "tasks.config.console.integrated": "Integrated Terminal", "tasks.config.console.internal": "Internal Console", "tasks.config.console.title": "Console", "tasks.config.cwd.placeholder": "Workspace Root", "tasks.config.cwd.title": "Working Directory", "tasks.config.default": "Default", "tasks.config.off": "Off", "tasks.config.on": "On", "tasks.config.optimize.default": "Project Default", "tasks.config.optimize.info": "Passed as `-Doptimize=`.", "tasks.config.optimize.title": "Optimize", "tasks.config.run-args.title": "Program Arguments", "tasks.config.target.info": "Cross-compile target triple, passed as `-Dtarget=`. Leave blank for the host.", "tasks.config.target.placeholder": "host", "tasks.config.target.title": "Target", "tasks.config.user-options.info": "Custom `-D` flags. Each entry is `key` (boolean flag) or `key=value`.", "tasks.config.user-options.title": "User Options", "tasks.debug.config.build-args.info": "Additional arguments appended after `zig build -Doptimize=Debug`.", "tasks.debug.config.console.info": "Where the debugged program should run.", "tasks.debug.config.optimize.info": "Passed as `-Doptimize=`. Debug is the recommended default for stepping through code.", "tasks.debug.config.program.info": "Path to the executable to debug. Relative paths are resolved against the working directory. Leave blank to auto-detect from `build.zig.zon`.", "tasks.debug.config.program.placeholder": "zig-out/bin/app", "tasks.debug.config.program.title": "Program", "tasks.debug.config.run-args.info": "Arguments passed to the debugged program.", "tasks.debug.config.stop-on-entry.info": "Pause immediately when the program starts.", "tasks.debug.config.stop-on-entry.title": "Stop On Entry", "tasks.debug.info": "Build and run Zig with debug symbols for use with LLDB", "tasks.debug.name": "Zig debug", "tasks.test.config.build-args.info": "Additional arguments appended after `zig build test`.", "tasks.test.config.run-args.info": "Arguments passed after `--` to the test runner.", "tasks.test.config.summary.all": "All", "tasks.test.config.summary.failures": "Failures only", "tasks.test.config.summary.info": "Controls `zig build`'s --summary verbosity.", "tasks.test.config.summary.none": "None", "tasks.test.config.summary.title": "Summary", "tasks.test.config.test-filter.info": "Substring of the test name. Passed as `--test-filter`.", "tasks.test.config.test-filter.placeholder": "substring of test name", "tasks.test.config.test-filter.title": "Test Filter", "tasks.test.info": "Build and run tests defined in your Zig project", "tasks.test.name": "Zig test", "tasks.watch.config.debounce.info": "Passed as `--debounce `. Leave blank for Zig's default.", "tasks.watch.config.debounce.title": "Debounce (ms)", "tasks.watch.config.incremental.info": "Toggle `-fincremental` / `-fno-incremental`.", "tasks.watch.config.incremental.title": "Incremental", "tasks.watch.config.step.info": "Build step to watch. Leave blank for `zig build`'s default install step.", "tasks.watch.config.step.placeholder": "install", "tasks.watch.config.step.title": "Step", "tasks.watch.info": "Monitor Zig files and recompile on changes", "tasks.watch.name": "Zig watch", "warning.clean.missing-cwd": "Choose a workspace or working directory before cleaning Zig build artifacts.", "warning.clean.unsafe-cwd": "Refusing to clean: the working directory must be inside this workspace.", "warning.current-file.focus-editor-for-clean": "Focus a Zig editor before cleaning Current Zig File artifacts.", "warning.current-file.focus-editor-for-run": "Focus a Zig editor before running Current Zig File.", "warning.debug.choose-program": "Choose a program path before running Zig Debug.", "warning.fmt.failed": "zig fmt failed.", "warning.fmt.no-file": "Open a saved Zig file before running Format Current Zig File.", "warning.fmt.no-workspace": "Open a workspace before running Format Workspace.", "warning.fmt.not-zig": "Format Current Zig File only works with Zig files.", "warning.lldb-dap.not-found": "lldb-dap executable not found. Install Xcode command line tools or explicitly define the path in the extension or workspace settings.", "warning.terminal.launch-failed": "Unable to launch the Zig task in Terminal.", "warning.terminal.open-failed": "Unable to open Terminal for the Zig task.", "warning.zig.not-found": "zig executable not found. Make sure it can be found in the PATH or explicitly define the path in the extension or workspace settings.", "warning.zls.not-found": "zls executable not found. Make sure zls can be found in the PATH or explicitly define the path in the extension or workspace settings.", "warning.zls.start-failed": "Unable to start the Zig language server at {path}.", "warning.zls.stopped-unexpectedly": "The Zig Language Server stopped unexpectedly ({executable}).", "workspaceconfig.inherit.info": "Leave empty to inherit the global configuration", "workspaceconfig.inherit.placeholder": "Global configuration" }