We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9781c7 commit 237deb5Copy full SHA for 237deb5
1 file changed
vscode/src/find_server.ts
@@ -138,13 +138,13 @@ export async function ensureExecutable(
138
}
139
140
if (!cargoPath) {
141
- return serverPath;
+ return serverPath;
142
143
-
+
144
const disableAutoupdate = config.get<boolean>("disableAutoupdate", false);
145
146
- if (!serverPath || !disableAutoupdate) {
147
+ if (serverPath && disableAutoupdate) {
148
149
150
try {
0 commit comments