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 ...
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...
.github ci: update dependabot.yml 14天前 .vscode chore: 更新依赖版本 5个月前 __tests__ refactor(obs.ts): 优化OBS API交互及添加文件上传功能 5个月前 badges fix upload 5个月前 dist fix upload 5个月前 script chore: 更新依赖版本 5个月前 src fix upload 5...
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. ...
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...
1) projectToken:来源,如下图 2) projectId:来源,如下图 3) yapiUrl:项目部署的ip加端口,我的是http://127.0.0.1:3000/ 4)测试上传接口,如下图,选中方法名,点击右键,选择UploadToYapi,执行之后,上传接口 接口上传成功日志 上传成功之后,在该项目下,可以看到已经生成的接口可以了 ...
.github chore: update workflow and update conventional-changelog-cl version Oct 22, 2024 .husky chore: upgrade commitlint Oct 6, 2024 .vscode feat: remove azusa Feb 27, 2024 dist chore(release): 6.0.10 Jan 9, 2025 scripts build: replace esbuild with vite-plugin-monkey ...
I recently updated VScode on my mac and since then any code upload onto my Nucleo L476RG appears to upload (the indicator light flashes red and green when uploading), but the code doesn't run; anything I try to output to the serial port doesn't show up, and a test code I created ...
quick-start-node/ ├── .github │ └── workflows │ └── build-lint-test.yml ├── .vscode │ ├── extensions.json │ └── settings.json ├── env │ ├── development.json │ ├── example.json │ ├── production.json │ └── test.json ├── logs │ ├─...
quick-start-node/ ├── .github │ └── workflows │ └── build-lint-test.yml ├── .vscode │ ├── extensions.json │ └── settings.json ├── env │ ├── development.json │ ├── example.json │ ├── production.json │ └── test.json ├── logs │ ├─...