This commit is contained in:
15
vscode-server-linux-x64-web/extensions/tunnel-forwarding/.vscode/launch.json
vendored
Normal file
15
vscode-server-linux-x64-web/extensions/tunnel-forwarding/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
|
||||
"env": { "VSCODE_FORWARDING_IS_DEV": "1" } // load the CLI from OSS
|
||||
}
|
||||
]
|
||||
}
|
2
vscode-server-linux-x64-web/extensions/tunnel-forwarding/dist/extension.js
vendored
Normal file
2
vscode-server-linux-x64-web/extensions/tunnel-forwarding/dist/extension.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
@ -0,0 +1 @@
|
||||
{"name":"tunnel-forwarding","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.82.0"},"icon":"media/icon.png","capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"enabledApiProposals":["resolvers","tunnelFactory"],"activationEvents":["onTunnel"],"contributes":{"commands":[{"category":"%category%","command":"tunnel-forwarding.showLog","title":"%command.showLog%","enablement":"tunnelForwardingHasLog"},{"category":"%category%","command":"tunnel-forwarding.restart","title":"%command.restart%","enablement":"tunnelForwardingIsRunning"}]},"main":"./dist/extension","prettier":{"printWidth":100,"trailingComma":"all","singleQuote":true,"arrowParens":"avoid"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
@ -0,0 +1 @@
|
||||
{"displayName":"Local Tunnel Port Forwarding","description":"Allows forwarding local ports to be accessible over the internet.","category":"Port Forwarding","command.showLog":"Show Log","command.restart":"Restart Forwarding System"}
|
Reference in New Issue
Block a user