Upgitis a native & lightweight tool to helps you upload any file to your Github repository and then get a raw URL for it. This is also useful withTyporaas an image uploader. Feature Integrate with VSCode viaextension Support for Linux, Windows and macOS ...
Upload files via uPic. Contribute to fjc0k/vscode-uPic development by creating an account on GitHub.
quick-start-node/ ├── .github │ └── workflows │ └── build-lint-test.yml ├── .vscode │ ├── extensions.json │ └── settings.json ├── env │ ├── development.json │ ├── example.json │ ├── production.json │ └── test.json ├── logs │ ├──...
VSCode+Volar(and disable Vetur). Type Support for.vueImports in TS TypeScript cannot handle type information for.vueimports by default, so we replace thetscCLI withvue-tscfor type checking. In editors, we needVolarto make the TypeScript language service aware of.vuetypes. ...
.github ci: update dependabot.yml 1个月前 .vscode chore: 更新依赖版本 6个月前 __tests__ refactor(obs.ts): 优化OBS API交互及添加文件上传功能 6个月前 badges fix upload 6个月前 dist fix upload 6个月前 script chore: 更新依赖版本 ...
本教程已经上传到Github&Gitee,前往下载项目后使用markdown编辑器打开观感更好!(推荐VSCode搭配插件食用)(国内用户请移步Gitee下载) Github项目地址:https://github.com/jinqiangyu666/PT-Upload-Tutorial Gitee项目地址:https://gitee.com/jinqiangyu666/pt-upload-tutorial 本篇教程为保姆喂饭系列第一期,这个系列主打...
1) projectToken:来源,如下图 2) projectId:来源,如下图 3) yapiUrl:项目部署的ip加端口,我的是http://127.0.0.1:3000/ 4)测试上传接口,如下图,选中方法名,点击右键,选择UploadToYapi,执行之后,上传接口 接口上传成功日志 上传成功之后,在该项目下,可以看到已经生成的接口可以了 ...
I always use vscode to connect remote server. And I will download/upload some files. When the file is large, the vscode will lose response. Sometimes I download some files that I don't need in mistakes, I could not cancel these tasks unless I close vscode . VSCodeTriageBot added the tr...
一个可以支持截图粘贴上传图片到七牛、让你写用vscode写markdown有更好的体验。安装输入命令:ext install paste-image-to-qiniu或者在插件应用商店搜索paste-image-to-qiniu安装参数设置{ // 有效的七牛 AccessKey 签名授权 "pasteImageToQiniu.access_key"
varSftpUpload=require('sftp-upload'),fs=require('fs');varoptions={host:'localhost',username:'root',path:'/',remoteDir:'/tempDir',excludedFolders:['**/.git','node_modules'],exclude:['.gitignore','.vscode/tasks.json'],privateKey:fs.readFileSync('privateKey_rsa'),passphrase:fs.readFil...