-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.example
24 lines (18 loc) · 1.07 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
####################
### EXAMPLE FILE ###
####################
# Do NOT edit this file unless adding new env variables
# Instead, copy it, remove the .example extension and provide your custom values
# For git password please use your generated git token, not a clear text password
VSCODE_EXECUTABLE_PATH='/usr/share/code/code'
VSIX_FILE_NAME='konveyor-linux-0.0.1.vsix'
DEFAULT_VSIX_DOWNLOAD_URL= 'https://github.com/konveyor/editor-extensions/releases/download/v0.0.1-dev%2B20241022/konveyor-linux-0.0.1.vsix'
PLUGIN_URL= 'https://github.com/konveyor/editor-extensions/releases/download/'
PLUGIN_VERSION= 'v0.0.1-dev%2B'
# For Windows Path needs to be given in below format
# VSCODE_EXECUTABLE_PATH='C:/Users/nonadmin/AppData/Local/Programs/Microsoft VS Code/Code.exe'
# For Linux
# VSCODE_EXECUTABLE_PATH='/usr/share/code/code'
# If Daily builds are not available this default URL will be used.
# Provide link to latest VSIX download URL
# DEFAULT_VSIX_DOWNLOAD_URL= 'https://github.com/konveyor/editor-extensions/releases/download/v0.0.1-dev%2B20241022/konveyor-linux-0.0.1.vsix'