Skip to content

Commit 453ff8c

Browse files
author
Ed Hillmann
committed
Tweak the doco
1 parent f6df9ee commit 453ff8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In case you want to manually edit the configuration, below are the explanation a
115115
}
116116
```
117117

118-
- `envFile` - Absolute path to a file containing environment variable definitions. Multiple files can be specified by provided an array of absolute paths
118+
- `envFile` - Absolute path to a file containing environment variable definitions. Multiple files can be specified by providing an array of absolute paths
119119
```json
120120
{
121121
"version": "0.2.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht
7171
- `projectName` - The preferred project in which the debugger searches for classes. There could be duplicated class names in different projects. This setting also works when the debugger looks for the specified main class when launching a program. It is required when the workspace has multiple java projects, otherwise the expression evaluation and conditional breakpoint may not work.
7272
- `cwd` - The working directory of the program. Defaults to `${workspaceFolder}`.
7373
- `env` - The extra environment variables for the program.
74-
- `envFile` - Absolute path to a file containing environment variable definitions. Multiple files can be specified by provided an array of absolute paths
74+
- `envFile` - Absolute path to a file containing environment variable definitions. Multiple files can be specified by providing an array of absolute paths
7575
- `stopOnEntry` - Automatically pause the program after launching.
7676
- `console` - The specified console to launch the program. If not specified, use the console specified by the `java.debug.settings.console` user setting.
7777
- `internalConsole` - VS Code debug console (input stream not supported).

0 commit comments

Comments
 (0)