Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
(maint) suppress renovate updates
Browse files Browse the repository at this point in the history
for Microsoft.VisualStudio.SDK.
Also, Fixed up some todo.
  • Loading branch information
nils-a committed Jul 4, 2021
1 parent 9447161 commit 3575195
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "github>nils-a/renovate-config" ]
"extends": [ "github>nils-a/renovate-config" ],
"packageRules": [
{
"matchPackageNames": ["cake.tool", "Cake.Core"],
"enabled": false
}
]
}
10 changes: 5 additions & 5 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# TODO

## Needed for release 0.1.0
* build pipeline (check madskristensen build tools ?)
* auto deployment to https://www.vsixgallery.com/
* Solution Folders are not searched...

## New Features/Improvements

* UI more like VS
* Current selection in tree (esp. in dark mode)
* "menu stripe" in tool window
* Refresh-Button as Icon

## New Features/Improvements

* searching in tool window
* hide "empty" projects in tool window (plus show all in menu stripe?)
* Icon for vsix
Expand All @@ -19,7 +17,9 @@
* Different groupings in tree
* by project
* by type
* Auto-Refresh on project-load / VS load

## New Stories

* Jump from Request/Notification to "Search all handlers" window
* Support VS 2022

0 comments on commit 3575195

Please sign in to comment.