Skip to content

Commit

Permalink
copy images for main readme (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpySquare authored Feb 28, 2021
1 parent 36df299 commit 2e18daa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ Then install the extension following the steps below:

Select the extensions view

<img src="./docs/media/vscode_extensions_icon.PNG" alt="drawing" width="5%"/>
<img src="./images/vscode_extensions_icon.PNG" alt="drawing" width="5%"/>

Search for `F5`, select the extension "The F5 Extension", then `Install`

<img src="./docs/media/installWithinCode_11.04.2020.gif" alt="drawing" width="80%"/>
<img src="./images/installWithinCode_11.04.2020.gif" alt="drawing" width="80%"/>

## 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

<img src="./docs/media/addDeviceConnect_11.04.2020.gif" alt="drawing" width="80%"/>
<img src="./images/addDeviceConnect_11.04.2020.gif" alt="drawing" width="80%"/>

## Deploy example as3 app

Expand All @@ -79,7 +79,7 @@ Right-click in the editor and select `POST as AS3 Declaration`. This should pos

!> Please be sure to have the AS3 service installed prior. See [ATC RPM Mgmt](atc_rpm_mgmt.md) for assistance with getting a service installed

<img src="./docs/media/as3SnippetDemo_11.04.2020.gif" alt="drawing" width="80%"/>
<img src="./images/as3SnippetDemo_11.04.2020.gif" alt="drawing" width="80%"/>



Expand Down
Binary file added images/addDeviceConnect_11.04.2020.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/as3SnippetDemo_11.04.2020.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/installWithinCode_11.04.2020.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vscode_extensions_icon.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/cfgExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export async function getMiniUcs(): Promise<string | undefined> {
}
});

await new Promise(r => setTimeout(r, 1000));

const coreDir = ext.context.extensionPath;
const zipDown = path.join(coreDir, tempFile);

Expand Down

0 comments on commit 2e18daa

Please sign in to comment.