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 13, 2023
1 parent e4f555b commit eb6ea12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/07-ide/resharper.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import InstallButton from '@site/src/components/InstallButton';
url="https://plugins.jetbrains.com/plugin/11804-nuke-support"
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
2 changes: 1 addition & 1 deletion docs/07-ide/rider.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import RiderInstallButton from '@site/src/components/RiderInstallButton';
pluginId="com.intellij.rider.plugins.nuke"
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
2 changes: 1 addition & 1 deletion docs/07-ide/visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import InstallButton from '@site/src/components/InstallButton';
url="https://marketplace.visualstudio.com/items?itemName=nuke.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
2 changes: 1 addition & 1 deletion docs/07-ide/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ControlKey from '@site/src/components/ControlKey';
install={true}
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 eb6ea12

Please sign in to comment.