|
656 | 656 | },
|
657 | 657 | "port": {
|
658 | 658 | "type": "number",
|
659 |
| - "description": "In legacy mode, this will only apply to remote-attach configurations, which will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode (which does not yet support remote-attach), this will apply to all other configurations. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
| 659 | + "description": "When applied to remote-attach configurations, will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode this will apply to all other configurations as well. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
660 | 660 | "default": 2345
|
661 | 661 | },
|
662 | 662 | "host": {
|
663 | 663 | "type": "string",
|
664 |
| - "description": "In legacy mode, this will only apply to remote-attach configurations, which will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode (which does not yet support remote-attach), this will apply to all other configurations. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
| 664 | + "description": "When applied to remote-attach configurations, will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode this will apply to all other configurations as well. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
665 | 665 | "default": "127.0.0.1"
|
666 | 666 | },
|
667 | 667 | "trace": {
|
|
825 | 825 | "local",
|
826 | 826 | "remote"
|
827 | 827 | ],
|
828 |
| - "description": "Indicates local or remote debugging. Local maps to the `dlv attach` command, remote maps to `connect`. `remote` is not supported in `dlv-dap` mode currently. Use `host` and `port` instead.", |
| 828 | + "description": "Indicates local or remote debugging. Local is similar to the `dlv attach` command, remote - to `dlv connect`", |
829 | 829 | "default": "local"
|
830 | 830 | },
|
831 | 831 | "stopOnEntry": {
|
|
853 | 853 | },
|
854 | 854 | "remotePath": {
|
855 | 855 | "type": "string",
|
856 |
| - "description": "The path to the source code on the remote machine, when the remote path is different from the local machine. If specified, becomes the first entry in substitutePath.", |
| 856 | + "description": "The path to the source code on the remote machine, when the remote path is different from the local machine. If specified, becomes the first entry in substitutePath. Not supported with `dlv-dap`.", |
857 | 857 | "markdownDeprecationMessage": "Use `substitutePath` instead.",
|
858 | 858 | "default": ""
|
859 | 859 | },
|
860 | 860 | "port": {
|
861 | 861 | "type": "number",
|
862 |
| - "description": "In legacy mode, this will only apply to remote-attach configurations, which will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode (which does not yet support remote-attach), this will apply to all other configurations. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
| 862 | + "description": "When applied to remote-attach configurations, will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode, this will apply to all other configurations as well. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
863 | 863 | "default": 2345
|
864 | 864 | },
|
865 | 865 | "host": {
|
866 | 866 | "type": "string",
|
867 |
| - "description": "In legacy mode, this will only apply to remote-attach configurations, which will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode (which does not yet support remote-attach), this will apply to all other configurations. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
| 867 | + "description": "When applied to remote-attach configurations, will look for \"dlv ... --headless --listen=<host>:<port>\" server started externally. In dlv-dap mode, this will apply to all other configurations as well. The extension will try to connect to an external server started with \"dlv dap --listen=<host>:<port>\" to ask it to launch/attach to the target process.", |
868 | 868 | "default": "127.0.0.1"
|
869 | 869 | },
|
870 | 870 | "substitutePath": {
|
|
0 commit comments