Doug Bailey

Results 5 issues of Doug Bailey

#### Details of the scenario you tried and the problem that is occurring Trying to remove a registry value. I had been successfully creating Registry resources specifying the Keys in...

* Update comment based help with shorter synopsis and examples * Add help comments for parameters * Get rid of need to define variables outside the scope of the function...

Type: Bug Hi, When I launch VS Code from a shortcut in Windows, I get: ``` 2025-06-12 16:23:41.567 [error] Unable to resolve your shell environment in a reasonable time. Please...

info-needed

With something like this: ```sql CREATE TABLE [dbo].[TestTable1]( [Id] [bigint] IDENTITY(1,1) NOT NULL, [Name] [nvarchar](64) NOT NULL, [ChangeDateTime] [datetime] NOT NULL, [Category] [nvarchar](64) NOT NULL CONSTRAINT [PK_TestTable1] PRIMARY KEY CLUSTERED...

Type: Performance Issue Hi, after running VS Code for a while and having multiple windows opened, the extension host process with Code Spell Checker starts consuming 20% of my CPU...