Renan Lira

Results 4 comments of Renan Lira

No, it's the first time I'm trying remote-containers for flutter in a new project. I executed the command in an empty directory.

In the host yes... the container doesn't has sudo installed to run these commands. It needs to be done inside the container?

I'm passing one param to sonar-scanner as follows: ``` sonar-scanner -Dsonar.projectBaseDir=./projects/PATH_TO_BASE_DIR ``` At my base dir (an subdirectory of my project) I have configured the sonar-project.properties file containing the sonar.projectKey...