From b0d3997804bf0cb48077c5162d2e6c6a718a7f7d Mon Sep 17 00:00:00 2001 From: troychiu Date: Sat, 4 Nov 2023 16:50:26 -0400 Subject: [PATCH] fix readme Signed-off-by: troychiu --- plugins/flytekit-vscode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-vscode/README.md b/plugins/flytekit-vscode/README.md index e8f1697755..3297828f62 100644 --- a/plugins/flytekit-vscode/README.md +++ b/plugins/flytekit-vscode/README.md @@ -1,6 +1,6 @@ # Flytekit VSCode Plugin -The Flytekit VSCode plugin offers an easy solution for users to run tasks within an interactive VSCode server, compatible with any image and any python task types (e.g. tfjob, pytorchjob, rayjob, etc). `@vscode` is a decorator which users can put within @task and user function. With `@vscode`, the task will install vscode dependencies (skip if they already exist) and run a vscode server instead of the user defined functions. +The Flytekit VSCode plugin offers an easy solution for users to run Python tasks within an interactive VSCode server, compatible with any image. `@vscode` is a decorator which users can put within @task and user function. With `@vscode`, the task will install vscode dependencies (skip if they already exist) and run a vscode server instead of the user defined functions. To install the plugin, run the following command: