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

NOAVGC 15 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

C#
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.
11,420 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 74,936 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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

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