This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[vue]": {}, | |
| "emmet.includeLanguages": { | |
| "vue": "html", | |
| "postcss": "css", | |
| "razor": "html" | |
| }, | |
| "emmet.syntaxProfiles": { | |
| "postcss": "css" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Git & Github secrets | |
| ##Github | |
| Add `.diff` or `.patch` behind any commit url and get the diff/patch as text. | |
| Example `/commit/4feca95ff047e2648fa8cfed516221a1b2cad3e9.diff` | |
| Add `?w=1` to any diff url to truncate the unnecessary white-space. | |
| `t` when on a repo page and type the name of a file to find it.<br> | |
| `w` for quick brach select.<br> | |
| `s` for quick search.<br> |
OlderNewer