Coder Social home page Coder Social logo

Comments (5)

MervinPraison avatar MervinPraison commented on August 12, 2024

Use Tunnelling https://code.visualstudio.com/docs/remote/tunnels
It will automatically open the remote port in your local computer

from praisonai.

johnfelipe avatar johnfelipe commented on August 12, 2024

then, is not method for run in VM or remote server and in windows client with ip:port?

from praisonai.

johnfelipe avatar johnfelipe commented on August 12, 2024

SNAG-0550

i connect via ssh to remote and not works

from praisonai.

johnfelipe avatar johnfelipe commented on August 12, 2024
  1. On the remote VM (192.168.20.25):

    a. Install the VS Code CLI. You can do this by downloading VS Code on the VM, or by using the standalone CLI install. For a headless VM, you might use the terminal method:

    curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
    tar -xf vscode_cli.tar.gz
    

    b. Create a secure tunnel using the CLI:

    ./code tunnel
    

    If you've installed the full VS Code, you can use:

    code tunnel
    

    c. You'll be prompted to accept the server license terms. You can also pass --accept-server-license-terms to avoid the prompt.

    d. The command will output a vscode.dev URL, something like:
    https://vscode.dev/tunnel/<machine_name>/<folder_name>

    Keep note of this URL.

  2. On your Windows host:

    a. Open a web browser and navigate to the vscode.dev URL provided by the remote VM.

    b. You'll be prompted to log in with your GitHub account. This is to authenticate you to the tunneling service.

    c. Once authenticated, you should have access to your remote VM through the browser-based VS Code interface.

SNAG-0551

next step?

where put this command "python3 -m praisonai code"

from praisonai.

johnfelipe avatar johnfelipe commented on August 12, 2024

SNAG-0552

ok now is running
Tnks for tip

from praisonai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.