Skip to content

Commit f88595e

Browse files
[feat] Enable Go Modules env var (#8)
Enables standard Go plugin to work in VSCode and Cursor Co-authored-by: sergeyb <sergeyb@uber.com>
1 parent 0554ae1 commit f88595e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ PATH_add tools
22

33
REPO_ROOT=$(pwd)
44
export REPO_ROOT
5+
6+
# Use Go modules (required for this repo; gopls/Go extension need this)
7+
export GO111MODULE=on

0 commit comments

Comments
 (0)