feat: add uipath-vscode skill for VS Code extension workflow#85
Open
1aifanatic wants to merge 1 commit intoUiPath:mainfrom
Open
feat: add uipath-vscode skill for VS Code extension workflow#851aifanatic wants to merge 1 commit intoUiPath:mainfrom
1aifanatic wants to merge 1 commit intoUiPath:mainfrom
Conversation
Adds new skill covering UiPath VS Code extension installation, configuration, project creation, IntelliSense setup, debugging with launch.json, run/validate commands, NuGet package management, multi-project workspaces, custom tasks, and troubleshooting common extension issues. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
@1aifanatic, can you provide a link to the extension your skill references? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/uipath-vscode/skill for developers who build UiPath coded automations in VS Code instead of UiPath Studio Desktopcode --install-extension), Studio path configuration (command palette +settings.json), and project creation from the integrated terminal.local/docs/powers completion, how to regenerate if missing, and useful keyboard shortcutslaunch.jsonconfigurations (Run + Debug modes), breakpoints, the Variables panel, and Watch expressions for UiPath-specific types.code-workspacefiles and VS Code tasks (tasks.json) for Validate, Run, and Pack operationsMotivation
Many developers prefer VS Code over UiPath Studio Desktop for its lightweight footprint, Git integration, and familiar keyboard shortcuts. The existing
uipath-coded-workflowsskill assumes Studio Desktop context. This new skill bridges the gap so AI agents can guide VS Code users through the complete development workflow without instructing them to open Studio.Test plan
launch.jsontype: "uipath"matches the actual debug adapter provided by the UiPath VS Code extensiontasks.jsoncommand syntax is valid for VS Code task runneruip rpaCLI commands match current CLI syntaxUiPath.UiPathDevelopment) is the correct publisher.extension format