master
yutent 2022-03-11 18:07:39 +08:00
parent 958627f4cf
commit 732f7f4939
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# 更新日志(Changed Logs)
## [3.2.2] 2022-03-11
- 项目根目录路径改为读取`fsPath`.
## [3.2.1] 2022-03-09
- 更新`autoPrefixer`配置, 由`browsers`改成`overrideBrowserslist`。

View File

@ -148,7 +148,7 @@ function __init__() {
options.output = options.output.split('|').map(it => it.trim())
if (folders && folders.length) {
wsDir = folders[0].uri.path
wsDir = folders[0].uri.fsPath
}
if (wsDir) {

View File

@ -2,7 +2,7 @@
"name": "scss-to-css",
"displayName": "scss-to-css",
"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",
"author": "Yutent [@yutent]",
"icon": "logo.png",