fixed
parent
958627f4cf
commit
732f7f4939
|
@ -1,5 +1,8 @@
|
||||||
# 更新日志(Changed Logs)
|
# 更新日志(Changed Logs)
|
||||||
|
|
||||||
|
## [3.2.2] 2022-03-11
|
||||||
|
- 项目根目录路径改为读取`fsPath`.
|
||||||
|
|
||||||
## [3.2.1] 2022-03-09
|
## [3.2.1] 2022-03-09
|
||||||
- 更新`autoPrefixer`配置, 由`browsers`改成`overrideBrowserslist`。
|
- 更新`autoPrefixer`配置, 由`browsers`改成`overrideBrowserslist`。
|
||||||
|
|
||||||
|
|
2
index.js
2
index.js
|
@ -148,7 +148,7 @@ function __init__() {
|
||||||
options.output = options.output.split('|').map(it => it.trim())
|
options.output = options.output.split('|').map(it => it.trim())
|
||||||
|
|
||||||
if (folders && folders.length) {
|
if (folders && folders.length) {
|
||||||
wsDir = folders[0].uri.path
|
wsDir = folders[0].uri.fsPath
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wsDir) {
|
if (wsDir) {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "scss-to-css",
|
"name": "scss-to-css",
|
||||||
"displayName": "scss-to-css",
|
"displayName": "scss-to-css",
|
||||||
"description": "🔥 The easiest way to compile scss file to css. And autoprefixer at the same time.",
|
"description": "🔥 The easiest way to compile scss file to css. And autoprefixer at the same time.",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
|
|
Loading…
Reference in New Issue