ドラッグ&ドロップで変換
.sln または .slnx ファイルを窓に落とすだけ。プロジェクト構造を解析し、ソリューションフォルダーに直接 .vscode/ を生成します。
Drop a .sln or .slnx file. VStoVSC parses the project graph and writes a .vscode/ directory right next to your solution.
VS から VS Code へ — Visual Studio Solution to VS Code Configs
.sln を放るだけで、VS Code が即デバッグ環境に。
Drop a .sln file and VS Code is instantly ready to build & debug — tasks.json and launch.json generated for you.
Drop your solution. VStoVSC handles the rest.
Visual Studio で慣れ親しんだソリューションの構造を読み解き、VS Code の build & F5 デバッグに必要な設定をまるごと書き出します。 Parses your familiar Visual Studio solution layout and writes out everything VS Code needs to build and start debugging on F5.
.sln または .slnx ファイルを窓に落とすだけ。プロジェクト構造を解析し、ソリューションフォルダーに直接 .vscode/ を生成します。
Drop a .sln or .slnx file. VStoVSC parses the project graph and writes a .vscode/ directory right next to your solution.
MSBuild の build / clean / rebuild タスクを VS Code の tasks.json に書き起こします。Ctrl+Shift+B でそのままビルド可能。
MSBuild build / clean / rebuild tasks emitted into tasks.json. Ctrl+Shift+B works out of the box.
実行可能プロジェクトを自動検出し、F5 起動の launch.json を生成。ブレークポイントもステップ実行も即動きます。
Detects runnable projects and emits a launch.json ready for breakpoints and step-through.
プロジェクト出力種別 (Exe / WinExe) を判定し、デバッグ対象の候補を自動でリストアップします。
Inspects each project's output kind (Exe / WinExe) and surfaces the right candidates as debug targets.
Visual Studio 2022 から導入された新しいソリューション形式 .slnx もネイティブに解釈します。
Native support for the new .slnx solution format introduced in Visual Studio 2022.
既に .vscode/ がある場合の挙動(上書き・スキップ・確認)を選べます。手で調整した設定を守りたいときも安心。
When a .vscode/ already exists, choose to overwrite, skip, or confirm — so your hand-tuned configs stay safe.
UI は日本語・英語含む 17 言語に対応。ライト / ダークは OS 設定に追従します。 UI available in 17 languages including Japanese & English. Light / dark follows the OS theme.
Three steps. That's the whole workflow.
System requirements
Get VStoVSC for Windows
完全無料。広告・課金・トラッキング一切なし。 No ads, no paywalls, no tracking — ever.
全ソースコードを GitHub で公開。誰でも検証できます。 Full source is public on GitHub for anyone to audit.
変換はすべてローカルで完結。ネットワーク送信もアカウント登録も不要です。 Conversion runs entirely on your machine — no network, no account.