mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
Fix hardcoded reference
This commit is contained in:
@@ -182,7 +182,7 @@ export class Folders {
|
||||
) {
|
||||
staticFolder =
|
||||
staticFolder === '/' || staticFolder === './'
|
||||
? Folders.getAbsFilePath('[[workspace]]')
|
||||
? Folders.getAbsFilePath(WORKSPACE_PLACEHOLDER)
|
||||
: Folders.getAbsFilePath(staticFolder);
|
||||
const wsFolder = Folders.getWorkspaceFolder();
|
||||
if (wsFolder) {
|
||||
|
||||
Reference in New Issue
Block a user