andez2000
andez2000
I was trying to run up the most minimalist dev container with the following .devcontainers/devcontainer.json. ```json { "image": "mcr.microsoft.com/devcontainers/python:3.11" } ``` Having done the `Dev Containers: Rebuild and Reopen in...
I was running the following `devcontainer.json`: ```json { "image": "mcr.microsoft.com/devcontainers/python:3.11", "customizations": { "vscode": { "extensions": [ ] } } } ``` I am not specifying any extensions, however in the...
I am trying to setup fine grained permissions for authorization in my client. I am not sure if I am doing things right in here - or in the python...
I get the Visual Studio messagebox saying an extension has caused an issue when loading my .net core 2 project. When I check the Activity Log I get the following:...