python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
VS code Hidden folder permission denied
Visual Studio code is not able to open files or folder within hidden folders. If I go to the file within the hidden folder .sfdx and try opening the file sfdx-config.json then Vs code opens with below...
Suhas Jain
Votes: 0
Answers: 1
Unable to Authorize org in VSCode. SystemError: A system error occurred: uv_os_gethostname returned ENOSYS (function not implemented)
Salesforce. Unable to Authorize org in VSCode.
SystemError: A system error occurred: uv_os_gethostname returned ENOSYS (function not implemented).
sfdx force:auth:web:login --setalias testorg --instan...
user18586701
Votes: 0
Answers: 1
Jenkins Pipeline terminated after sh returnStdout exit code nonzero
I have a groovy function to fetch the code coverage after apex run test execution.
def jsonResult = sh returnStdout: true, script: "sfdx force:apex:test:report --testrunid ${testRunId} --resultfo...
Kakada
Votes: 0
Answers: 0
SFDX Authorize an Org failed to run
When running the VSC>SFDX command "SFDX: Authorize an Org", I am getting the error: "SFDX: Authorize an Org failed to run" (I am using VSC on a Mac).
VSC>Terminal>Output d...
Eduardo
Votes: 0
Answers: 1