18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"python-envs.pythonProjects": [
|
|
{
|
|
"path": "",
|
|
"envManager": "ms-python.python:venv",
|
|
"packageManager": "ms-python.python:pip"
|
|
}
|
|
]
|
|
,
|
|
"gopls": {
|
|
"buildFlags": ["-tags=ignore", "-mod=mod"],
|
|
"env": {
|
|
"GOWORK": "off",
|
|
"GOFLAGS": "-mod=mod"
|
|
}
|
|
}
|
|
}
|