VS Code extension

TaoScope Coding Assessment is the VS Code extension candidates use to complete hiring evaluations. This page covers installation, tickets, and which assessment to open.

What the extension is

After you apply for a role on Careers, the hiring process continues inside your editor. The extension — published as TaoScope Coding Assessment — gives you a TaoScope sidebar, a Tool Hub, and two separate assessment panels:

  • Technical Assessment — timed knowledge questions matched to the role you applied for.
  • Coding Assessment — a timed, workspace-based task you implement and submit from VS Code.

Both flows use the same ticket ID from your application. TaoScope looks up that ticket, then loads the assessment for the role on file. You do not create an account inside the extension.

Compatible editors

The extension is built for Visual Studio Code 1.85 or later. Compatible editors such as Cursor can install it from the Marketplace as well. You must open a trusted workspace — untrusted folders cannot run assessment tasks.

How you get here

  1. 1

    Apply for a role

    Submit an application on taoscope.com/careers. You receive an assessment ticket ID on the confirmation screen and by email.

  2. 2

    Start the technical assessment

    Install the TaoScope Coding Assessment extension in VS Code, paste your ticket ID, and begin. The technical assessment is available as soon as you apply — no approval wait.

  3. 3

    Continue to coding if you pass

    Passing the technical assessment unlocks the coding assessment for the same ticket. Complete each step while the material is fresh.

Install

Search the Extensions view for TaoScope Coding Assessment, or install by ID:

Extension identifier
taoscope.taoscope-coding-assessment

Direct listing: Visual Studio Marketplace.

From a terminal, if you prefer the CLI:

Install from the command line
code --install-extension taoscope.taoscope-coding-assessment

Open TaoScope in the editor

Click the TaoScope icon in the activity bar on the left. The sidebar is the navigation home. If no assessment is open yet, the Tool Hub opens automatically — one place to launch Technical Assessment or Coding Assessment.

You can also use the Command Palette:

CommandOpens
TaoScope: Open Tool HubThe home view for assessment tools.
TaoScope: Start Coding AssessmentThe Technical Assessment panel (knowledge questions).
Coding Assessment: Open DashboardThe workspace-based Coding Assessment panel.
TaoScope Tool Hub showing Technical Assessment and Real Coding Assessment cards
The Tool Hub is the home view inside VS Code — launch either assessment from one place.

Your assessment ticket

The ticket ID is a random code, for example K7M2-X9Q4-WP18-H3ND. Paste it exactly. The extension verifies it against TaoScope, binds it to this computer, and loads the assessment for the role on that application.

  • One ticket belongs to one candidate and one application.
  • A ticket can be used from one bound computer. Starting on a different machine is rejected.
  • If you have already completed the assessment, the extension shows the recorded result instead of starting again.
Assessment ticket ID shown on the application confirmation screen
Your ticket ID appears on the application confirmation screen and in email after you apply.

Keep the same computer

Binding exists so a ticket cannot be shared or retried across devices. Use the machine you intend to finish on. Details are in Integrity and privacy.

The two assessments

What you need

  • A stable internet connection — the ticket, questions, and results are loaded from TaoScope.
  • VS Code (or a compatible editor) with the workspace trusted.
  • For Coding Assessment: Git available on the PATH if the task clones a repository, plus the ability to run the project’s test and build commands.
  • Time to finish in one sitting. Technical Assessment auto-submits when the last question timer ends. Coding Assessment can still be submitted late, but it is marked as such.

Read the rules on screen

Each assessment opens on a briefing view before the timer starts. That is the last moment to close other work, silence notifications, and confirm you understand the integrity rules.

Last updated August 19, 2026