Giter Club home page Giter Club logo

Comments (6)

3cp avatar 3cp commented on August 29, 2024 1

Remember you have to maintain it :-)

from new.

3cp avatar 3cp commented on August 29, 2024

Not right now, we want to keep this repo as small as possible before Aurelia 2 Beta (no timeline).
Because of possible breaking change, we don't want to bring so many features in before Aurelia 2 settles.

Same goes to #22.

from new.

xenoterracide avatar xenoterracide commented on August 29, 2024

any chance you can help with that launch.json anyways? :P it's currently my bane... :'(

from new.

3cp avatar 3cp commented on August 29, 2024

Sent a PR in.

If the chrome debugger only works with webpack, make it conditional.

.vscode/launch.json__if_webpack

from new.

xenoterracide avatar xenoterracide commented on August 29, 2024

I doubt it only works with webpack... I'd have to try it though to see if it's different with gulp, however... I just finally got it working! VICTORY!

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Chrome Debugger",
      "type": "chrome",
      "request": "launch",
      "url": "http://localhost:9000",
      "webRoot": "${workspaceRoot}",
      "userDataDir": "${workspaceRoot}/.chrome"
    }
  ]
}

as far as a PR on this, I'll think about it, I think I need to use vscode for like, another couple of months before I commit, I've primarily been an intellij user for the last few years, and not doing frontend dev at all.

from new.

3cp avatar 3cp commented on August 29, 2024

No worry, not urgent.
aurelia-cli got launch.json for both setup. I just need time to adjust that to work with dumber bundler gulp setup. Maybe we will add that before you do, as few other au2 core members use vscode too.

from new.

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.