-
-
Notifications
You must be signed in to change notification settings - Fork 783
Include NVDA-VSCode as a Submodule #17003
Copy link
Copy link
Closed
Labels
audience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developersp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
audience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developersp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Many developers, including vision impaired developers, use Visual Studio Code as their IDE of choice. As NVDA is a complex project, getting all aspects of the project working with VS Code can be tricky. The vscode-nvda repository exists to solve some of these difficulties, by recommending extensions and configurations that are helpful when working on NVDA in VS Code. However, many users may not know about this resource.
Describe the solution you'd like
Include the vscode-nvda repo as a submodule of the NVDA repo.
Describe alternatives you've considered
.vscodedirectory into NVDA. This is not ideal, as:Additional context
The configuration repo was initially created in response to #9971, which was closed by #10064. Since then, VS Code has matured a lot, and NVDA's own developer docs have increasingly leant toward VS Code as the preferred IDE, as pointed out in #16971 (comment).