Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FTOS Workspace HelperNew to Visual Studio Code? Get it now.
FTOS Workspace Helper

FTOS Workspace Helper

Chiril

|
178 installs
| (1) | Free
FTOS workspace commands intergration with VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ipp-extension README

Extension provides VS Code commands for FTOS workspace.

Features

Context Push and Get commands, Push ChangeTree to FTOS:

  • Sync to FTOS - context command, sync current workspace files state into FTOS.
  • Sync Current File to FTOS - syncs opened files state int FTOS,
  • Sync from FTOS - context commands, update local workspace files state from FTOS.

Requirements

PowerShellToolkit for FTOS workspace

Setup

Workspace needs a settings.js file defined in root with following strucuture:

var settings = {
    endpoint: "endpoint",
    user: "user",
    pass: "password",
    endpoint_portal: "endpoint for non system entities",
    custom_entities_folders: "array with name of folders for non system entities",
    sync_on_save: "executes SyncToFTOS on file didSave event",
    sync_on_read: "executes SyncFromFTOS on file didRead event"
}

module.exports = settings;

Known Issues

...

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft