Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CrisianPressNew to Visual Studio Code? Get it now.
CrisianPress

CrisianPress

smartecommerce-dev

|
3 installs
| (0) | Free
Güvenilir hızlı ve doğru bir şekilde sunucu oluşturmanız için "Loacal Sunucu" aracınız.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Schema Util Local Server - VS Code Extension

English 🇬🇧

📌 About

This VS Code extension allows you to easily create and run a local server directly from your editor. You can start and stop the server with simple commands, and it supports custom port selection.

🚀 Features

  • Start a local server with a custom port.
  • Serve basic HTML responses.
  • Stop the server at any time.
  • UTF-8 encoding support to prevent character encoding issues.

📥 Installation

  1. Clone this repository:
    git clone https://github.com/your-repo/schema-util-server.git
    cd schema-util-server
    
  2. Install dependencies:
    npm install
    
  3. Compile the TypeScript code:
    npx tsc
    
  4. Open the project in VS Code and press F5 to run the extension.

🛠 Usage

  1. Open VS Code.
  2. Press Ctrl + Shift + P and run Start Local Server.
  3. Enter a port number or press Enter to use the default (3000).
  4. Open your browser and visit:
    http://localhost:<your-port>/
    
  5. To stop the server, run Stop Local Server from the command palette.

📦 Packaging & Publishing

To package the extension as a .vsix file:

vsce package

To publish it to the VS Code Marketplace:

vsce publish

Türkçe 🇹🇷

📌 Hakkında

Bu VS Code uzantısı, doğrudan editörünüzden kolayca yerel bir sunucu oluşturmanızı ve çalıştırmanızı sağlar. Sunucuyu basit komutlarla başlatıp durdurabilir ve özel port seçebilirsiniz.

🚀 Özellikler

  • Özel bir port ile yerel sunucu başlatma.
  • Temel HTML yanıtları sunma.
  • Sunucuyu istediğiniz zaman durdurma.
  • Karakter kodlaması sorunlarını önlemek için UTF-8 desteği.

📥 Kurulum

  1. Bu projeyi klonlayın:
    git clone https://github.com/your-repo/schema-util-server.git
    cd schema-util-server
    
  2. Gerekli bağımlılıkları yükleyin:
    npm install
    
  3. TypeScript kodlarını derleyin:
    npx tsc
    
  4. Projeyi VS Code içinde açın ve F5 tuşuna basarak uzantıyı çalıştırın.

🛠 Kullanım

  1. VS Code'u açın.
  2. Ctrl + Shift + P tuşlarına basın ve Start Local Server komutunu çalıştırın.
  3. Bir port numarası girin veya varsayılan (3000) portu kullanmak için Enter tuşuna basın.
  4. Tarayıcınızı açarak şu adresi ziyaret edin:
    http://localhost:<port-numaranız>/
    
  5. Sunucuyu durdurmak için Stop Local Server komutunu çalıştırabilirsiniz.

📦 Paketleme ve Yayınlama

Uzantıyı .vsix dosyası olarak paketlemek için:

vsce package

VS Code Marketplace'e yüklemek için:

vsce publish

🚀 İyi kodlamalar!

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