Add code coverage output folder in gitignore (#1072) Dec 12, 2024 .release-it.yaml Update release it push parameter to true - needs for version tag publ… May 8, 2024 .vscodeignore address got@9.6.0 issue: transient dep via release-it, which is curre… ...
Git - disable untracked file soft-delete when connected to a remote #240805 merged Feb 14, 2025 Inline edit file structure refactoring #240799 merged Feb 14, 2025 Use right arrow to action the terminal inline suggestion #240515 merged Feb 14, 2025 Prevent delayed hovers being recreat...
In the command palette, search forGitLab: Authenticateand pressEnter. Select your GitLab instance URL from the offered options, or enter one manually. When manually adding an instance toURL to GitLab instance, paste the full URL to your GitLab instance, including thehttp://orhttps://. Pres...
GitLab: Open Active File on GitLab- View active file on GitLab with highlighting active line number and selected text block.Read more. GitLab: Validate GitLab CI/CD Config- Validate GitLab CI/CD configuration file.gitlab-ci.yml.Read more. GitLab: Show Merged GitLab CI/CD Config- Show ...
+ path: `${window.location.pathname.replace(/\/+$/, '')}/vscode-remote-resource`, query }); } diff --git a/src/vs/base/common/platform.ts b/src/vs/base/common/platform.ts index 2c30aaa188..a1e89578a8 100644 --- a/src/vs/base/common/platform.ts ...
If you do not have a configuration profile, you can create one that authenticates by using a Databricks personal access token for example, as follows: With your project and the extension open, in theConfigurationview, clickAuth TypeorLogin to Databricks, and then click the gear (Sign in to...
- path: `/vscode-remote-resource`, + authority: window.location.host, + path: `${window.location.pathname.replace(/\/+$/, '')}/vscode-remote-resource`, query }); } diff --git a/src/vs/base/common/platform.ts b/src/vs/base/common/platform.ts ...
Authenticate against https://sso.redhat.com/ with the redhat-account-auth authentication providerconst session = await authentication.getSession('redhat-account-auth', ['openid'], { createIfNone: true }); if (session) { // use access token doSomething(session.accessToken); } ...
toblue Yeol Yeong yieldasterisk yjgj yjpkag ynew ynxs Yoav yoffset yold Yoshi YOUREXT yourextension yourpage Yousafzai yper ypertext Yslow ysupport Yubikey Yuckymeat yujo Yuki Yura Zakas Zakirt Zalgo zantroke zantrokeregular Zapfino Zaptec Zartner ZDAN Zehe Zenevich ZENKAKU Zepto zfail ...
(jessieay) has been added.) when re-enabling OAuth in the extension, the GitLab VSCode extension does not show up onhttps://gitlab.com/-/user_settings/applications. This indicates to me that the 2nd OAuth request triggered by theGitLab: Authenticate to GitLab.comcommand was not actually ...