hacke2

Results 50 comments of hacke2

试了一下和 VS Code 效果有点不一样 VS Coode ![image](https://user-images.githubusercontent.com/6399899/190183485-99d4ea2e-0644-4a29-becd-5e858f4cfe79.png) 我们 ![image](https://user-images.githubusercontent.com/6399899/190183644-927b2b7f-c093-4376-a2ec-0fdcebcc0a5a.png) 下载 CodeSwing 插件可以验证

> @yantze @hacke2 找到了一处可能在集成侧被应用导致 Node 层引入 Browser 代码,这里 `@opensumi/ide-remote-opener` 内在 common 内引入了 `@opensumi/ide-core-browser` 代码 [remote-opener/src/common/index.ts#L1](https://github.com/opensumi/core/blob/1cca6700539021a46544394e9903cb9bd92e76c5/packages/remote-opener/src/common/index.ts#L1) 而其中的 Node 层代码又引入了 `../common` 内容,最终会导致 Node 层引入了 Browser 代码。 > > 目前只找到了这处,不知道还有没有 common 依赖 @opensumi/ide-core-browser...

I can't find the `.eslintrc` in `gulp-css-base64`

I forget has Node version less than 4...My company used 4 or 5....

Why do you think should not modify original options object?

User must use string replace regex in option?

@Blueria 中写法如果那个函数本来就有个this.n呢?