Skip to content

Commit

Permalink
Remove the converter functionality (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmokko authored May 22, 2024
1 parent bb8a026 commit 4dd1960
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,051 deletions.
7 changes: 0 additions & 7 deletions sema4ai-code/codegen/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,13 +694,6 @@ def __init__(
hide_from_command_palette=True,
icon="$(type-hierarchy-sub)",
),
Command(
"sema4ai.convertProject",
"Conversion Accelerator from third party RPA to Robocorp Task Package (Robot)",
add_to_package_json=True,
server_handled=False,
hide_from_command_palette=False,
),
Command(
"sema4ai.profileImport",
"Import Profile",
Expand Down
6 changes: 0 additions & 6 deletions sema4ai-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"onCommand:sema4ai.showOutput",
"onCommand:sema4ai.showInterpreterEnvError",
"onCommand:sema4ai.openFlowExplorerTreeSelection",
"onCommand:sema4ai.convertProject",
"onCommand:sema4ai.profileImport",
"onCommand:sema4ai.profileImport.internal",
"onCommand:sema4ai.profileSwitch",
Expand Down Expand Up @@ -750,11 +749,6 @@
"category": "Sema4.ai",
"icon": "$(type-hierarchy-sub)"
},
{
"command": "sema4ai.convertProject",
"title": "Conversion Accelerator from third party RPA to Robocorp Task Package (Robot)",
"category": "Sema4.ai"
},
{
"command": "sema4ai.profileImport",
"title": "Import Profile",
Expand Down
1 change: 0 additions & 1 deletion sema4ai-code/src/sema4ai_code/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
SEMA4AI_SHOW_OUTPUT = "sema4ai.showOutput" # Show Sema4.ai Code > Output logs
SEMA4AI_SHOW_INTERPRETER_ENV_ERROR = "sema4ai.showInterpreterEnvError" # Show error related to interpreter env creation
SEMA4AI_OPEN_FLOW_EXPLORER_TREE_SELECTION = "sema4ai.openFlowExplorerTreeSelection" # Open Flow Explorer
SEMA4AI_CONVERT_PROJECT = "sema4ai.convertProject" # Conversion Accelerator from third party RPA to Robocorp Task Package (Robot)
SEMA4AI_PROFILE_IMPORT = "sema4ai.profileImport" # Import Profile
SEMA4AI_PROFILE_IMPORT_INTERNAL = "sema4ai.profileImport.internal" # Import Profile (internal)
SEMA4AI_PROFILE_SWITCH = "sema4ai.profileSwitch" # Switch Profile
Expand Down
Loading

0 comments on commit 4dd1960

Please sign in to comment.