Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
| // ==UserScript== | |
| // @name Open GitLab links in new tab | |
| // @namespace https://github.com/ioma8 | |
| // @version 1.0 | |
| // @description Open GitLab links in new tab | |
| // @author ioma8 | |
| // @match *://gitlab/* | |
| // @grant none | |
| // @license MIT | |
| // ==/UserScript== |
| { | |
| "[javascript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "redhat.telemetry.enabled": true, | |
| "[xml]": { |