We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60f363a + 263128d commit e6d9f96Copy full SHA for e6d9f96
.github/workflows/richcodenav.yml
@@ -37,7 +37,7 @@ jobs:
37
working-directory: LogViewer.Client
38
run: npm install
39
40
- - uses: microsoft/RichCodeNavIndexer@v0.1.9
+ - uses: microsoft/RichCodeNavIndexer@v0.1
41
with:
42
repo-token: ${{ secrets.GITHUB_TOKEN }}
43
languages: csharp,typescript
LogViewer.Client/src/main/appmenu.ts
@@ -26,6 +26,7 @@ const template: Electron.MenuItemConstructorOptions[] = [
26
id: "logviewer.close",
27
label: "Close Log",
28
enabled: false,
29
+ accelerator: "CmdOrCtrl+Shift+W",
30
click: (menuItem, focusedWindow) => {
31
32
// Disable the close menu item & re-activate the open menu item
0 commit comments