28 May 2023 |
| h4child joined the room. | 21:47:35 |
29 May 2023 |
| @sparoin:matrix.org joined the room. | 15:02:47 |
| @carlosvigil-56fea76c187bb6f0eadd6636:gitter.im joined the room. | 16:17:52 |
| @carlosvigil-56fea76c187bb6f0eadd6636:gitter.im removed their profile picture. | 16:27:41 |
| @carlosvigil-56fea76c187bb6f0eadd6636:gitter.im changed their display name from carlosvigil (Carlos Vigil) to Carlos Vigil. | 16:34:50 |
@carlosvigil-56fea76c187bb6f0eadd6636:gitter.im | i'm trying to read through the docs but vscode-server code-server remote-tunnel are confusing me. How do I setup a server on a local server then "remotely" connect to it on the local network? | 17:41:50 |
@carlosvigil-56fea76c187bb6f0eadd6636:gitter.im | * i'm trying to read through the docs but vscode-server code-server remote-tunnel are confusing me. How do I setup a server on a local computer then "remotely" connect to it on the local network? | 17:42:15 |
| @carlosvigil-56fea76c187bb6f0eadd6636:gitter.im left the room. | 17:52:18 |
| Carlos Vigil joined the room. | 18:35:27 |
| Phantom joined the room. | 23:39:38 |
30 May 2023 |
| @sparoin:matrix.org left the room. | 03:36:23 |
| @pilger:tchncs.de joined the room. | 14:30:48 |
| @pilger:tchncs.de left the room. | 14:32:39 |
| smatamoros joined the room. | 17:29:32 |
31 May 2023 |
| hapster2 joined the room. | 02:15:36 |
| @amumimium:matrix.org left the room. | 03:48:25 |
| @xotchkass:gitter.im left the room. | 13:45:55 |
| Lukas joined the room. | 19:03:12 |
| Lukas left the room. | 19:03:12 |
| Lukas joined the room. | 19:03:13 |
1 Jun 2023 |
| Ezequiel Rodriguez joined the room. | 00:49:56 |
| Ximik1138 joined the room. | 03:43:01 |
| @iapar:matrix.org joined the room. | 06:27:21 |
| @iapar:matrix.org joined the room. | 08:03:22 |
| @iapar:matrix.org joined the room. | 08:03:32 |
| @iapar:matrix.org left the room. | 08:03:40 |
Cassiel-girl (Cassiel-girl) | I want to know the actual command in the configuration file that vscode calls after clicking the start debug button. For example, launch.json
{
"program": "/home/mm/dir1/a.out".
"args": ["/home/mm/dir1/dir2"].
}, I want to know the actual program and args called during the actual run of vscode, for example, cmd is "/home/mm/dir1/a.out /home/mm/dir1/dir2". How can I do this? | 08:33:03 |
Eddie Dover | I’m not 100% sure what you’re asking. | 13:21:27 |
Cassiel-girl (Cassiel-girl) | I want to output all the commands executed during vscode compilation and running the program. For example, launch.json has program=${workspaceFolder}/a.out and args=["123"]. The ${workspaceFolder} value is /home/user/dir1. I think vscode will call the program a.out in the same way as in the shell, /home/user/dir1/a.out 123. I want vscode to print out all the commands executed, so that I can quickly debug whether the configuration files like launch.json are set correctly. json and other configuration files are set correctly. | 14:54:05 |
| amanitamustassu joined the room. | 15:55:45 |