We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0840456 commit e699c2dCopy full SHA for e699c2d
CHANGELOG.md
@@ -5,6 +5,10 @@
5
* @JohnstonCode Added configuration option to disable update message
6
* @JohnstonCode Added command show patch from changelist
7
8
+## Bug Fixes
9
+
10
+* @JohnstonCode Corrected config name in command #210
11
12
# **v1.25.0**
13
14
## What's New
src/commands.ts
@@ -685,7 +685,7 @@ export class SvnCommands implements IDisposable {
685
async update(repository: Repository) {
686
try {
687
const ignoreExternals = configuration.get<boolean>(
688
- "ignoreExternals",
+ "update.ignoreExternals",
689
false
690
);
691
const showUpdateMessage = configuration.get<boolean>(
0 commit comments