Visual Studio Ctrl F5



We'ved moved and renamed!!!

Visual Studio Code keyboard shortcuts are helpful to the developers in working faster and more efficiently and for boosting their working performance. Keyboard shortcuts are keys or combinations of keys that provide an alternative way to do something. Ctrl-F5 Runs the code without invoking the debugger. For console applications, this also arranges for the console window to stay open with a 'Press any key to continue' prompt when the program finishes. ConfuserEx for Visual Studio integrates the free and open source ConfuserEx protector into Visual Studio for easy automatic obfuscation of release builds and ClickOnce applications. ConfuserEx is included with this extension. Set up the ConfuserEX protections to enable in the ConfuserEx options page in Tools-Options.

Formerly the F5 (A)pplication (S)ervices (T)emplates(FAST), 'vscode-f5-fast' extension, now just 'The F5 VSCode' Extension (vscode-f5).

Mar 08, 2019 Visual Studio Code keyboard shortcuts are helpful to the developers in working faster and more efficiently and for boosting their working performance. Keyboard shortcuts are keys or combinations of keys that provide an alternative way to do something. Visual Studio Keymap for Visual Studio Code. This extension ports popular Visual Studio keyboard shortcuts to Visual Studio Code. After installing the extension and restarting VS Code your favorite keyboard shortcuts from Visual Studio are now available.

Visual Studio Ctrl F5

Not only not it fully integrate with the (A)utomated (T)ool (C)hain but also support TCL/iRules/iApps and much more!!!

Any comments, questions or feature requests, please open a github repository issue!!!

New documentation site!!!

this page is in progress as we transition documents to the new site above

If you consistently use APIs while working with F5s, the F5 VSCode Extension needs to be a permanent addition to your toolkit!

The F5 VSCode Extension will not only only supercharge your abilities to write (A)utomated (T)ool(C)hain declarations with snippets, examples and declaration schema validation, but also assist with connecting, deploying, retrieving and updating declarations on F5 devices.

If you are not excited yet, the extension can also:

  • GET/POST/DELETE of all ATC services, including FAST/AS3/DO/TS
  • links to quickly open related ATC documentation
  • Direct access to ATC examples from git repo
  • Install/UnInstall of ATC rpms
  • Convert JSON <-> YAML
  • Encode/Decode base64 strings
  • Craft generic HTTP REST calls to connected device or external
  • Extract TMOS applications (per virtual server)
  • Write, deploy and modify iRules/iApps (with vscode-irule extension for language support)

Getting the extension

The best path is to install Visual Studio Code from: https://code.visualstudio.com/

VSCode Marketplace

Open Source Marketplace

Then install the extension following the steps below:

Select the extensions view

Search for F5, select the extension 'The F5 Extension', then Install

Create a device and connect

Select Add Host in the F5: Hosts view. Then type in device details in the <user>@x.x.x.x format, hit Enter to submit

Deploy example as3 app

Click on the hostname of the connected device at the bottom of the window.

This is the easiest way to get an editor window for JSON files and it also demontrates how to get device details

Visual Studio Ctrl + F5

Now that we have a json editor, select all text (control + a), then delete.

Type as3 to get the example AS3 snippet, press Enter.

This should insert a sample AS3 declaration into the editor

Note the declaration schema reference at the top. This provides instant feedback and validation for any necssary modifications. Please see Schema Validation for more details

Right-click in the editor and select POST as AS3 Declaration. This should post the declaration to the currently connected device

!> Please be sure to have the AS3 service installed prior. See ATC RPM Mgmt for assistance with getting a service installed

Ctrl

To delete deployed AS3 tenant from device

Right-click on the tenant in the AS3 view on the left, then select Delete Tenant

Visual studio ctrl f5 not running project

Known Issues

HTTP/422 responses - Can happen for a handful of reasons:

  • Getting DO declaration when device has settings DO can configure but device was not deployed with DO (it can't manage the settings that are already there)
  • Improperly formatted/wrong declaration
    • Sometimes this is from the '$schema' reference in the declaration
  • Sometimes you can fix a DO HTTP/400 response by overwriting with a clean/updated declaration

HTTP Auth Failures

When utilizing an external auth provider, occasionally restjavad/restnoded can have some issues, resulting in some occansional HTTP/400 auth errors:

The fix is to restart: restjavad and restnoded

Error from extension

HTTP Auth FAILURE: 400 - undefined

Error from restjavad log

Client side extension debugging

Developer Debugger

Visual Studio Ctrl F5

VScode has a built in debugger very much like Chrome. This can be used to gain insight to what is happening when things don't respond as expected.

If you are having issues, it may be best to start here and capture the output as described below:

  • In the main VSCode window, along the top, select Help, then Toggle Developer Tools, select the Console tab.
    • Then, explore the requests and responses to see if there are any areas of concern
      • Expand some of the objects by clicking the little triangle next to the obejct under a request or response to inspect

If needed, right-click on an entry, then select save-as to save the log including expanded objects to a file. This can be used for troubleshooting

This mainly catches logs send through the console.log('), which should typically be for development.

installing vsix

Visual Studio Ctrl F5 Software

Ctrl

The recommended way to get this extension is to install from the Microsoft VScode extension marketplace or from within VSCode directly, under the extensions activity bar view on the left.

If you still need to install from vsix, they can be downloaded under the 'release' tab above: https://github.com/f5devcentral/vscode-f5/releases

Visual Studio F5 Ctrl F5 차이

Different ways to install vsix:

Running the extension for dev

  • Clone and install dependencies:
  • Start Debugging environment: Keystroke F5
  • Navigate to view container by clicking on the f5 icon in the Activity bar (typically on the left)
  • Update device list in tree view on the left with a device in your environment
    • ADD in the F5 Hosts view
    • or click the pencil icon on an item and modify the item
  • Connect to device
    • (click device in host tree or Cntrl+shift+P or F1)