-
Hey! I'm having issues similar to https://github.com/microsoft/vscode/issues/103048, wanted to create a new issue so I'm not hijacking threads, it seemed like some people over there were having issues…
-
Hello, first of all thanks for this great editor, I'm trying to use it within MeteorJS (a NodeJS framework), so the below code works perfectly without **worker** (syntax highlighting).
```
const A…
-
**Describe the bug**
After the VSCode upgraded to the ver 1.47.0, all my nodejs projects could not be debugged.So I try to write a smallest code to find out the problem. Only two files:
1.test.js
s…
-
It seems like Meteor is ignoring the env option in a babelrc. After you set the NODE_ENV or BABEL_ENV it appears that the Meteor build process fails to take into account the environment and run the pl…
-
It's hard to integrate `webpack-dev-server` with an existing server like Meteor and then load the page on a mobile device connected to my dev machine via LAN.
The problem is that while `publicPath: "…
-
From `@Service` JSdoc:
> Marks class as a service that can be injected using container.
So it works like in Angular Injector and Inversify, so maybe it would be better to rename it to `@Injectable…
-
this line fails in meteor 1.7.0.1:
```
import AutoFormBase from 'uniforms/AutoForm';
const Auto = parent => class extends AutoFormBase.Auto(parent) {
static Auto = Auto;
};
```
any id…
-
Document why default apps come with this. https://github.com/meteor/guide/issues/314
-
I noticed a slight change with meteor build performance in the latest version 1.10.1. The app rebuilds faster especially with --exclude-args but it loads slower on the browser. Simply clicking refresh…
-
Could be great if the cli could have predefined configuration for backends such as Meteorjs, Firebase, etc... I will try to integrate meteorjs with this and see if it works (because in Ionic cli it is…