Skip to content
Permalink
57753af008
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (15 sloc) 1.12 KB
{
// Configure your Run and Preview buttons here.
// Run button configuration
"commands": {
"Node version": "node --version"
},
// Preview button configuration
"preview": {
"Project Index (static)": "https://{{domain}}/{{index}}",
"Current File (static)": "https://{{domain}}/{{filepath}}",
"Box URL": "http://{{domain3000}}/",
"Box URL SSL": "https://{{domain3000}}/"
},
"debugger": [{"type":"GDB","command":"/tmp/make0a6b8f13c2d007195826f252618f8cc0/src/demo ","before":"mkdir -p /tmp/make0a6b8f13c2d007195826f252618f8cc0/src/ && ln -sf ~/workspace/src/demo.cpp /tmp/make0a6b8f13c2d007195826f252618f8cc0/src/demo.cpp && cd /tmp/make0a6b8f13c2d007195826f252618f8cc0 && CXXFLAGS=\"-g --std=c++20\" make src/demo","single":true,"lang":"cpp","additionalCompilerFlags":"--std=c++20","sourcePath":"src/demo.cpp","args":"","uuid":"7405d42b-e359-6684-271f-94cb977d119f","name":"Single cpp demo"},{"type":"GDB","command":"build/bin/demo","before":"cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Debug && cmake --build build --target demo","uuid":"a192e4a6-271c-1a08-4dc5-322e0517716a","name":"CMake demo"}]
}