Challenge Overview
Challenge Objectives
-
Enhance the existing VSCode extension to display the details about any active submissions of the user
-
Enhance the existing VSCode extension to provide the user the option of cloning existing starter packs after registering for a contest
Project Background
-
Topcoder is aiming to create an extension in Visual Studio Code and package in Atom
-
The extension / package is meant to closely integrate the Topcoder platform with the text editors, to allow the user to perform actions from within the editor, without having to open a browser.
Technology Stack
-
Typescript
Code access
You can find the code here. Use the develop branch as your base branch
Individual requirements
Each of the requirements are described in detail in a document that will be shared in the contest forum.
Deployment guide and validation document
Update the deployment guide as needed for this contest
Important Notes
-
Follow existing conventions used in the app
-
You need to provide tests as applicable