Skip to content

Commit

Permalink
fix: wsl path fix (oinly ubuntu for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Aug 28, 2023
1 parent 776ac94 commit bd8d577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clone
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ elif [[ "$OSTYPE" == "msys" ]]; then
PROJECTS_FILE="/c/Users/$USERNAME/AppData/Roaming/Code/User/globalStorage/alefragnani.project-manager/projects.json"
elif [[ $(grep -i microsoft /proc/version) ]]; then
PROJECTS_FILE="/mnt/c/Users/$USER/AppData/Roaming/Code/User/globalStorage/alefragnani.project-manager/projects.json"
path_prefix='vscode-remote://wsl'
path_prefix='vscode-remote://wsl+ubuntu'
else
PROJECTS_FILE="$HOME/.config/Code/User/globalStorage/alefragnani.project-manager/projects.json"
fi
Expand Down

0 comments on commit bd8d577

Please sign in to comment.