Coder Social home page Coder Social logo

Comments (2)

ChethanT avatar ChethanT commented on July 23, 2024

@m3koenig, can you give full details about the steps you followed, like how you got the docker image, version, parameters used to create a docker instance, etc, to help me repro the issue?
There are also few blogs that I hope you have already visited, if not please consider doing so. Fx. https://www.bertverbeek.nl/blog/2022/12/01/visual-studio-code-and-the-performance-toolkit/
https://demiliani.com/2023/09/05/dynamics-365-business-central-using-the-performance-toolkit-to-discover-performance-regressions/

from alappextensions.

m3koenig avatar m3koenig commented on July 23, 2024

First, with this container creation script, I create the container:

$containerName = 'MyBCPT'
$credential = Get-Credential -Message 'Using UserPassword authentication. Please enter credentials for the container.'
$auth = 'UserPassword'
$artifactUrl = Get-BcArtifactUrl -type 'Sandbox' -country 'de' -select 'Latest'

New-BcContainer `
    -accept_eula `
    -containerName $containerName `
    -credential $credential `
    -auth $auth `
    -artifactUrl $artifactUrl `
    -memoryLimit 8G `
    -includeTestToolkit `
    -includePerformanceToolkit -updateHosts

Then I open a VSCode BC Project (the code of an app) and run "BCPT: Setup new Business Central Performance Tooolkit project" command in VS Code:
image

Select "Docker" and then I waited:
Waiting for the container

from alappextensions.

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.