swen
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
swen created a post, suggestion: update dependecies tips check package manager
After updating project from VCS, it always show this tips, which is a thoughtful feature.But my project uses yarn, it may have a problem when using npm.There is a config on my package.json, can you... -
-
swen created a post, I want to format json-like fie to json
input:{code: 0, msg: ‘ok’,}expect output:{"code": 0, "msg": "ok"}ref: the vscode plugin fix jsonhttps://marketplace.visualstudio.com/items?itemName=oliversturm.fix-json -
swen commented, -
-
-
swen created a post, commit changes to git without mouse
It's how I commit files to git (windows): 1. ctrl+k, open commit changes dialog 2. tab, write commit message 3. ? commit I don't know how to commit without mouse. Not the "commit and push", I onl... -