We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d9879 commit 5febcbbCopy full SHA for 5febcbb
src/utils/supportedExtensions.ts
@@ -98,6 +98,7 @@ export const SUPPORTED_EXTENSIONS: Array<ConfigurableExtension> = [
98
miseConfig,
99
configKey: "ruff.path",
100
binName: "ruff",
101
+ valueTransformer: (bin: string) => [bin],
102
}),
103
configureSimpleExtension(miseService, {
104
useShims,
@@ -106,6 +107,7 @@ export const SUPPORTED_EXTENSIONS: Array<ConfigurableExtension> = [
106
107
108
configKey: "ruff.interpreter",
109
binName: "python",
110
111
112
]);
113
0 commit comments