master
yutent 2022-03-11 18:09:06 +08:00
parent 5da2e35ca9
commit 4bb21ff6d3
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ function __init__() {
let folders = vsc.workspace.workspaceFolders
if (folders && folders.length) {
options.workspace = folders[0].uri.path
options.workspace = folders[0].uri.fsPath
}
if (options.workspace) {

View File

@ -2,7 +2,7 @@
"name": "auto-path",
"displayName": "auto-path",
"description": "🔥 自动提示文件路径, 方便引入项目为的文件",
"version": "1.1.1",
"version": "1.1.2",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"icon": "logo.png",