MagicalConch
Results
2
comments of
MagicalConch
``` monaco.languages.registerCompletionItemProvider('sql', { triggerCharacters: ['@'], replaceTriggerChar: true, // For example, if this configuration is enabled, @ will be replaced provideCompletionItems: (model, position) => { let suggestions = [{label: "test", kind:...
I also tried right clicking on the solution and deploying it locally, and found the following pattern When I deploy to the local machine using Debug mode, the application runs...