Skip to content

Commit 0637d94

Browse files
committed
(GH-405) Update README and links into the README
Previously the README prompted users to use a deprecated Puppet setting. This commit changes the example in the README to use the new name of the same setting. This commit also updates the link in the Bug Report to the correct location in the README.
1 parent 1599bf5 commit 0637d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ PDK Version (if applicable):
2929
### Output Log
3030

3131
<!--
32-
For information how to capture verbose logs, look [here](https://github.com/lingua-pupuli/puppet-vscode/tree/master/client#2-capture-verbose-logs-and-send-them-to-us)
32+
For information how to capture verbose logs, look [here](https://github.com/lingua-pupuli/puppet-vscode#2-capture-verbose-logs-and-send-them-to-us)
3333
-->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ If you're having an issue with crashing or other erratic behavior, add the follo
326326
line to your User Settings in Visual Studio Code:
327327

328328
```json
329-
"puppet.languageserver.debugFilePath": "C:\\Some\\file\\path.txt"
329+
"puppet.editorService.debugFilePath": "C:\\Some\\file\\path.txt"
330330
```
331331

332332
Restart Visual Studio Code and try to reproduce the problem, then examine the log. If the issue persists please open an issue.

0 commit comments

Comments
 (0)