Skip to content

Commit

Permalink
fix(docs): remove extension marketplace links
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Aug 14, 2023
1 parent e4f555b commit d01b148
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/07-ide/resharper.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ title: ReSharper
import InstallButton from '@site/src/components/InstallButton';

<InstallButton
url="https://plugins.jetbrains.com/plugin/11804-nuke-support"
url="/download/resharper"
event="WOA4OHK6" />

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 <kbd>Alt</kbd>&nbsp;+&nbsp;<kbd>Enter</kbd> 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:

Expand Down
9 changes: 4 additions & 5 deletions docs/07-ide/rider.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ title: JetBrains Rider
sidebar_position: 1
---

import RiderInstallButton from '@site/src/components/RiderInstallButton';
import InstallButton from '@site/src/components/InstallButton';

<RiderInstallButton
url="https://plugins.jetbrains.com/plugin/10803-nuke-support"
pluginId="com.intellij.rider.plugins.nuke"
<InstallButton
url="/download/rider"
event="CDWS3QRP" />

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 <kbd>Alt</kbd>&nbsp;+&nbsp;<kbd>Enter</kbd> 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:

Expand Down
4 changes: 2 additions & 2 deletions docs/07-ide/visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ title: Visual Studio
import InstallButton from '@site/src/components/InstallButton';

<InstallButton
url="https://marketplace.visualstudio.com/items?itemName=nuke.visualstudio"
url="/download/visualstudio"
event="ICIIXSN5" />

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:

Expand Down
5 changes: 2 additions & 3 deletions docs/07-ide/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import InstallButton from '@site/src/components/InstallButton';
import ControlKey from '@site/src/components/ControlKey';

<InstallButton
url="vscode:extension/nuke.support"
install={true}
url="/download/vscode"
event="DR2GVCBB" />

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 <ControlKey/> + <kbd>Shift</kbd> + <kbd>P</kbd> and call one of the actions to run/debug with/without dependencies:

Expand Down

0 comments on commit d01b148

Please sign in to comment.