From d01b148b948a5ccc1a033f48fd09b3275dadde90 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Sun, 13 Aug 2023 19:51:43 +0200 Subject: [PATCH] fix(docs): remove extension marketplace links --- docs/07-ide/resharper.md | 4 ++-- docs/07-ide/rider.md | 9 ++++----- docs/07-ide/visual-studio.md | 4 ++-- docs/07-ide/vscode.md | 5 ++--- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/07-ide/resharper.md b/docs/07-ide/resharper.md index d4066ea90..18832efc3 100644 --- a/docs/07-ide/resharper.md +++ b/docs/07-ide/resharper.md @@ -5,10 +5,10 @@ title: ReSharper import InstallButton from '@site/src/components/InstallButton'; -In [ReSharper](https://www.jetbrains.com/resharper) you can install the [NUKE Support extension](https://plugins.jetbrains.com/plugin/11804-nuke-support) to be more productive in writing, running, and debugging your builds. +In [ReSharper](https://www.jetbrains.com/resharper) you can install the _NUKE Support extension_ to be more productive in writing, running, and debugging your builds. You can click the gutter icon next to your targets or hit Alt + Enter from inside their declaration to run and debug them. The top-level item starts a normal execution including all dependencies. From the submenu, you can debug and run/debug without dependencies: diff --git a/docs/07-ide/rider.md b/docs/07-ide/rider.md index df04b850f..a085b6743 100644 --- a/docs/07-ide/rider.md +++ b/docs/07-ide/rider.md @@ -3,14 +3,13 @@ title: JetBrains Rider sidebar_position: 1 --- -import RiderInstallButton from '@site/src/components/RiderInstallButton'; +import InstallButton from '@site/src/components/InstallButton'; - -In [JetBrains Rider](https://www.jetbrains.com/rider) you can install the [NUKE Support plugin](https://plugins.jetbrains.com/plugin/10803-nuke-support) to be more productive in writing, running, and debugging your builds. +In [JetBrains Rider](https://www.jetbrains.com/rider) you can install the _NUKE Support plugin_ to be more productive in writing, running, and debugging your builds. You can click the gutter icon next to your targets or hit Alt + Enter from inside their declaration to run and debug them. The top-level item starts a normal execution including all dependencies. From the submenu, you can debug and run/debug without dependencies: diff --git a/docs/07-ide/visual-studio.md b/docs/07-ide/visual-studio.md index b447c4ac8..883b6a66e 100644 --- a/docs/07-ide/visual-studio.md +++ b/docs/07-ide/visual-studio.md @@ -5,10 +5,10 @@ title: Visual Studio import InstallButton from '@site/src/components/InstallButton'; -In [Visual Studio](https://visualstudio.microsoft.com/) you can install the [NUKE Support extension](https://marketplace.visualstudio.com/items?itemName=nuke.visualstudio) to be more productive in writing, running, and debugging your builds. +In [Visual Studio](https://visualstudio.microsoft.com/) you can install the _NUKE Support extension_ to be more productive in writing, running, and debugging your builds. From the _Task Runner Explorer_, you can double-click a target to run it. Additionally, you can use toggle buttons to attach the debugger or skip dependencies: diff --git a/docs/07-ide/vscode.md b/docs/07-ide/vscode.md index e70c76b7a..23a82b71c 100644 --- a/docs/07-ide/vscode.md +++ b/docs/07-ide/vscode.md @@ -6,11 +6,10 @@ import InstallButton from '@site/src/components/InstallButton'; import ControlKey from '@site/src/components/ControlKey'; -In [Visual Studio Code](https://code.visualstudio.com/) you can install the [NUKE Support extension](https://marketplace.visualstudio.com/items?itemName=nuke.support) to be more productive in writing, running, and debugging your builds. +In [Visual Studio Code](https://code.visualstudio.com/) you can install the _NUKE Support extension_ to be more productive in writing, running, and debugging your builds. Above each target, you can click the `Run Target` or `Debug Target` CodeLens items. Additionally, you can bring up the command palette via + Shift + P and call one of the actions to run/debug with/without dependencies: