You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/Supported-extensions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ List of extensions that can be automatically configured to use tools from
29
29
|[php](https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug), php built-in |`php.validate.executablePath`, `php.debug.executablePath`| Does not work with symlinks |
30
30
|[julia](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia)|`julia.executablePath`| Does not work with shims |
31
31
|[erlang](https://marketplace.visualstudio.com/items?itemName=pgourlain.erlang)|`erlang.erlangPath`| Does not work with shims |
32
-
|[dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)|`dart.sdkPath`| Does not work with shims or symlinks|
33
-
|[flutter](https://marketplace.visualstudio.com/items?itemName=dart-code.flutter)|`dart.flutterSdkPath`| Does not work with shims or symlinks|
32
+
|[dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)|`dart.sdkPath`| Does not work with shims |
33
+
|[flutter](https://marketplace.visualstudio.com/items?itemName=dart-code.flutter)|`dart.flutterSdkPath`| Does not work with shims |
34
34
|[zig](https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig)|`zig.path`, `zig.zls.path` (install [zls](https://mise.jdx.dev/lang/zig.html#zig-language-server) with `mise`) | Does not work with shims or symlinks |
0 commit comments