We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode
.code-workspace
"picgo.picBed.current"
工作区配置文件的"picgo.picBed.current"配置未能够覆盖掉当前的预设。当本机的 PicGo 默认为 github 图床时,工作区配置为阿里云图床时,插件未能够如期换成阿里云图床,仍旧默认使用 github 图床来上传。
PicGo
github
阿里云图床
使用 github 图床的项目,其配置如下:
使用 阿里云 图床的项目,其配置如下:
期望工作区配置文件,或者是项目本地的 .vscode\settings.json 配置文件的 current 配置,可以覆盖掉本机全局的 current。用局部的图床配置覆盖掉本机全局的配置文件。
.vscode\settings.json
见上。
Windows
Windows 10
Help -> About -> Copy
Help
About
Copy
版本: 1.78.0 (user setup) 提交: 252e5463d60e63238250799aef7375787f68b4ee 日期: 2023-05-03T20:09:00.748Z Electron: 22.4.8 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Windows_NT x64 10.0.19045 沙盒化: Yes
vs-picgo version v2.1.6
vs-picgo
Settings begin with picgo:
picgo
第一个项目:this-proj.code-workspace
{ "folders": [ { "path": "." } ], "settings": { "picgo.configPath": "C:\\Users\\ruanzhongnan\\AppData\\Roaming\\picgo\\data.json", "picgo.dataPath": "C:\\Users\\ruanzhongnan\\vs-picgo-data.json", "picgo.picBed.current": "github", "picgo.customUploadName": "${dateTime}${extName}", "picgo.picBed.github.branch": "main", "picgo.picBed.github.path": "img/", "picgo.picBed.github.repo": "RuanZhongNan/img-store" } }
第二个项目:this-proj.code-workspace
{ "folders": [ { "path": "." } ], "settings": { "picgo.configPath": "C:\\Users\\ruanzhongnan\\AppData\\Roaming\\picgo\\data.json", "picgo.dataPath": "C:\\Users\\ruanzhongnan\\vs-picgo-data.json", "picgo.picBed.current": "aliyun", "picgo.customUploadName": "${dateTime}${extName}", "picgo.picBed.aliyun.bucket": "drill-up-pic", "picgo.picBed.aliyun.area": "oss-cn-beijing", "picgo.picBed.aliyun.path": "drill_web_pic/", "picgo.picBed.aliyun.customUrl": "" } }
Is this bug picBed specific, i.e. only the picBed you use is affected? No.
Is there any error in the console (Help -> Toggle Developer tools)?: No.
Toggle Developer tools
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vscode
的.code-workspace
工作区配置文件的"picgo.picBed.current"
配置未能够生效Describe the bug
工作区配置文件的
"picgo.picBed.current"
配置未能够覆盖掉当前的预设。当本机的PicGo
默认为github
图床时,工作区配置为阿里云图床
时,插件未能够如期换成阿里云图床
,仍旧默认使用github
图床来上传。To Reproduce
使用 github 图床的项目,其配置如下:
使用 阿里云 图床的项目,其配置如下:
Expected behavior
期望工作区配置文件,或者是项目本地的
.vscode\settings.json
配置文件的 current 配置,可以覆盖掉本机全局的 current。用局部的图床配置覆盖掉本机全局的配置文件。Screenshots
见上。
System information
Windows
Windows 10
VSCode information
Help
->About
->Copy
vs-picgo
versionv2.1.6
Settings begin with
picgo
:第一个项目:this-proj.code-workspace
第二个项目:this-proj.code-workspace
Additional context
Is this bug picBed specific, i.e. only the picBed you use is affected? No.
Is there any error in the console (
Help
->Toggle Developer tools
)?: No.The text was updated successfully, but these errors were encountered: