configuration: { type: 'lldb', request: 'launch', name: 'run rusty_one', program: '${workspaceFolder}/target/debug/rusty_one', args: [], cwd: '${workspaceFolder}', sourceMap: {}, sourceLanguages: [ 'rust' ], env: { RUST_BACKTRACE: 'short', USER: 'coder', HOSTNAME: '64ce6f99f3df', HOME: '/home/coder', SUDO_FORCE_REMOVE: 'yes', PATH: '/home/coder/.cargo/bin:/home/coder/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', SHELL: 'bash', PWD: '/home/coder', CODE_SERVER_PARENT_PID: '1', NODE_OPTIONS: ' --max_old_space_size=2048', VSCODE_LOGS: '/home/coder/.local/share/code-server/logs/20201110T211753', AMD_ENTRYPOINT: 'vs/workbench/services/extensions/node/extensionHostProcess', PIPE_LOGGING: 'true', VERBOSE_LOGGING: 'true', VSCODE_EXTHOST_WILL_SEND_SOCKET: 'true', VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true', VSCODE_LOG_STACK: 'false', VSCODE_NLS_CONFIG: '{"locale":"en","availableLanguages":{}}', VSCODE_IPC_HOOK_CLI: '/tmp/vscode-ipc-56a83420-5306-448b-a98d-550aba7bf19e.sock', APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: 'true' }, relativePathBase: '/home/coder/rusty_one' }