azure-devops
Here are 593 public repositories matching this topic...
-
Updated
Aug 19, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
The link is made to a platform-dependent store URL, so it cannot be shared with users on another platform.
アプリの共有において、リンク先がプラットフォームに依存したストアのURLとなっているため、異なるプラットフォーム向けのユーザーにアプリを共有できない。
Describe the solution you'd like
Link to https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/cocoa_00138.html
https://www.mhlw.go.jp/stf/seisa
-
Updated
Aug 21, 2020 - Python
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
Jul 25, 2020 - Python
-
Updated
Aug 19, 2020 - CSS
-
Updated
Jun 29, 2020 - C#
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 17, 2020 - PowerShell
-
Updated
Aug 14, 2020 - C#
-
Updated
Aug 1, 2020 - C#
-
Updated
Aug 21, 2020 - C#
-
Updated
Aug 19, 2020 - C#
-
Updated
Aug 17, 2020 - PowerShell
-
Updated
Jun 24, 2020
-
Updated
Jun 16, 2020 - Go
-
Updated
Aug 21, 2020 - C#
-
Updated
Aug 18, 2020
-
Updated
Jun 9, 2020 - JavaScript
Would it be possible somehow to use the vscode-powertools to "pin" certain files, so that they won't close with cmd+w (on mac)?
I'm thinking to remap cmd+w to a powertool somehow, and make it call the vscode default close action, but first compare the file path with a simple list of files (".vscode-pinned-files") to see if the files are there. I can make a safe-to-close.sh shell script myse
-
Updated
Aug 3, 2020 - C#
-
Updated
Aug 8, 2020 - HTML
-
Updated
Aug 17, 2020 - TypeScript
It appears like Visual Studio 2019 with SARIF viewer extension is not working quite well.
- Visual Studio is expecting the version attribute to be at the top! When we do
to_json(sarif schema)the attributes are getting sorted alphabetically so therunsattribute is on the top and version is at the bottom. We need to find a workaround for this - Our url encode is encoding and converting the
-
Updated
Jul 20, 2020 - C#
-
Updated
Jul 21, 2020 - C#
-
Updated
Apr 7, 2020 - PowerShell
I'm trying to set up a new instance of Aggregator CLI as an Azure function app. I've created the app on Azure and think I've installed Aggregator CLI, but don't know how to save my Azure DevOps (VSTS) Personal Access Token (PAT) to Aggregator in order for the app to authenticate against DevOps.
What I've done so far
- Created a new resource group on Azure
- Created a function app on Az
Improve this page
Add a description, image, and links to the azure-devops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the azure-devops topic, visit your repo's landing page and select "manage topics."
What would you like Renovate to be able to do?
I would like Renovate to renovate the
.bazelversionfile, which is a file that says what Bazel version the project is using. This file is consumed by Bazelisk to fetch and run the correct Bazel version.Did you already have any implementation ideas?