I don't have an option in vscode to Generate assets for build and debug like the lesson says

NOAVGC 45 Reputation points
2025-04-09T16:53:36.14+00:00

The lesson says to type .net: g to get an options to generate assets for debug in visual studio code, but I never get that option

This question is related to the following Learning Module

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,861 Reputation points
    2025-04-09T17:46:00.9566667+00:00

    visual studio code has changed to C# dev kit extension. it no longer uses .net g, rather just press F5 (debug), or use the debug pane. if first time, pick c# then launch startup project.

    Was this answer helpful?

    9 people found this answer helpful.
    0 comments No comments

  2. suribabu bonu 0 Reputation points
    2025-08-17T09:45:44.6933333+00:00

    @NOAVGC Make sure you have enabled the following extension in VScode extensions.

    ms-dotnettools.csharp
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.