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 2cc9316 commit 426c539Copy full SHA for 426c539
src/plugin.js
@@ -141,7 +141,7 @@ const _registerClientCloseOnShutdown = () => {
141
};
142
143
const _discoverFtsAutoConfig = async () => {
144
- const root = process.env.ROOT ?? process.cwd();
+ const root = process.env.ROOT ?? cds.root ?? process.cwd();
145
const ftsRoot = pathlib.join(root, "fts");
146
let result;
147
try {
0 commit comments