79703371

Date: 2025-07-16 12:07:43
Score: 2.5
Natty:
Report link

In order to get the current project you will need to add the project scope "vso.project" to the manifest of the extension.

const webContext = await SDK.getWebContext();

const projectName = webContext.project?.name; // Current project name

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: oslogi