Created
May 31, 2023 09:59
-
-
Save Aisuko/0e2321275942739ba136c493c3405b31 to your computer and use it in GitHub Desktop.
settings.json file for Codespace debug golang code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// { | |
// "go.toolsManagement.checkForUpdates": "local", | |
// "go.useLanguageServer": true, | |
// "go.gopath": "/go", | |
// "go.testEnvVars": { | |
// "C_INCLUDE_PATH":"${workspaceFolder}/go-llama:${workspaceFolder}/go-stable-diffusion/:${workspaceFolder}/gpt4all/gpt4all-bindings/golang/:${workspaceFolder}/go-ggml-transformers:${workspaceFolder}/go-rwkv:${workspaceFolder}/whisper.cpp:${workspaceFolder}/go-bert:${workspaceFolder}/bloomz", | |
// "LIBRARY_PATH":"${workspaceFolder}/go-llama:${workspaceFolder}/go-stable-diffusion/:${workspaceFolder}/gpt4all/gpt4all-bindings/golang/:${workspaceFolder}/go-ggml-transformers:${workspaceFolder}/go-rwkv:${workspaceFolder}/whisper.cpp:${workspaceFolder}/go-bert:${workspaceFolder}/bloomz", | |
// "TEST_DIR":"${workspaceFolder}/test-dir/", | |
// "FIXTURES":"${workspaceFolder}/tests/fixtures/", | |
// "CONFIG_FILE":"${workspaceFolder}/test-models/config.yaml", | |
// "MODELS_PATH":"${workspaceFolder}/test-models/", | |
// }, | |
// // "go.testEnvFile": "${workspaceFolder}/.env", | |
// } |
Author
Aisuko
commented
Jun 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment