Memigrasikan aplikasi dari Cloud Shell ke IDE lokal
Untuk memigrasikan aplikasi, ikuti langkah-langkah berikut:
Siapkan ekstensi Cloud Code untuk IDE Anda.
Cloud Code tersedia untuk diinstal di VS Code dan JetBrains IDE (IntelliJ Ultimate/Community, PyCharm Professional/Community, WebStorm, dan GoLand).
Download kode sumber yang diperlukan dengan membuka File > Download.
Atau, Anda dapat
melakukan commit kode sumber ke repo Git
menggunakan tampilan Source Control: Git dari panel Aktivitas
atau menggunakan perintah Git di terminal Cloud Shell
.
Sekarang Anda dapat mengakses ruang kerja dari IDE lokal menggunakan File >
Open Workspace (VS Code)/Open (IntelliJ) jika Anda mendownload
ruang kerja Cloud Code, atau tampilan Source Control: Git lokal,
jika Anda melakukan commit kode sumber ke repositori Git.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-01 UTC."],[],[],null,["# Migrate an application from Cloud Shell Editor to a local IDE\n\nLearn how to migrate the application you've been developing\nwith the Cloud Shell Editor to a local IDE like VS Code.\n\n*** ** * ** ***\n\nTo follow step-by-step guidance for this task directly in the\nCloud Shell Editor, click **Guide me**:\n\n[Guide me](https://ide.cloud.google.com/?walkthrough_tutorial_url=https%3A%2F%2Fwalkthroughs.googleusercontent.com%2Fcontent%2Fcloud_code_install_local_ide%2Fcloud_code_install_local_ide.md&show=ide)\n\n*** ** * ** ***\n\nMigrate your app from Cloud Shell to a local IDE\n------------------------------------------------\n\nTo migrate your application, follow these steps:\n\n1. Set up the Cloud Code extension for your IDE.\n\n Cloud Code is available for installation on [VS Code](/code/docs/vscode/install) and [JetBrains IDEs](/code/docs/intellij/install) (IntelliJ Ultimate/Community, PyCharm Professional/Community, WebStorm, and GoLand).\n2. Download the necessary source code by navigating to **File** \\\u003e **Download**.\n\n Alternatively, you can\n [commit your source code to a Git repo](/shell/docs/version-control#committing_changes)\n using the Source Control: Git view from the Activity bar\n\n or using Git commands in the Cloud Shell terminal\n .\n\n You can now access your workspace from your local IDE using **File** \\\u003e\n **Open Workspace** (VS Code)/**Open** (IntelliJ) if you downloaded your\n Cloud Code workspace, or your local Source Control: Git view,\n if you committed your source code to a Git repo."]]