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 5159da7 commit 5517c81Copy full SHA for 5517c81
src/eca/features/tools.clj
@@ -45,7 +45,7 @@
45
[name (-> tool
46
(assoc :name name)
47
(update :description #(-> %
48
- (string/replace #"{workspaceRoots}" (constantly (tools.util/workspace-roots-strs db))))))]))
+ (string/replace #"\{workspaceRoots\}" (constantly (tools.util/workspace-roots-strs db))))))]))
49
(merge {}
50
f.tools.filesystem/definitions
51
f.tools.shell/definitions
0 commit comments