主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Simonchik
活动总数
533
最后的活动
2025年02月05日 21:00
成员加入日期
2012年01月10日 08:43
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
178
活动概览
文章(0)
帖子(0)
评论(352)
按最近的活动排序
最近的活动
投票数
创建于
2018年09月12日 11:04
Sorry for the delay. What's your WebStorm version? See "Help | About". Unfortunately, I couldn't reproduce the issue so far. Please start the script with node using Docker node:8 as you did before....
社区
WebStorm
Debugging session does not start under Docker with Node 8 on Alpine
0 票
创建于
2018年09月10日 16:30
Unfortunately, I cannot reproduce the problem in WebStorm 2018.2.2 using the project generated with "File | New | Project... | Node.js Express App". Is it reproduced for you? If yes, any particular...
社区
WebStorm
Debugging session does not start under Docker with Node 8 on Alpine
0 票
创建于
2018年05月13日 05:42
Seems there shouldn't be conflicts. However, since it's unpredictable what LanguageFileType instance will be used as FileType for *.hs files, an icon shown for *.hs files will also be unpredictable...
社区
IntelliJ IDEA Open API and Plugin Development
LanguageSubstitutor can't override user file types
0 票
创建于
2017年12月04日 21:25
Thanks, reproduced. Filed as https://youtrack.jetbrains.com/issue/WEB-30087. So far the workaround is to open a project from its original location, not symlinked.
社区
WebStorm
Webstorm 2017.3 Linux version Jest tests stops running
0 票
创建于
2017年12月01日 16:52
Probably, it's caused by how tilde is expanded by IDE. To find out the value of tilde, perform the following steps: * On the main menu "Help | Find Action...", type "IDE Scripting Console" and clic...
社区
WebStorm
Webstorm 2017.3 Linux version Jest tests stops running
0 票
创建于
2017年12月01日 15:58
What's the value of "Working directory" from your Jest run configuration? What's your jest package version? Thanks
社区
WebStorm
Webstorm 2017.3 Linux version Jest tests stops running
0 票
创建于
2017年08月22日 13:28
Currently, there is no way to specify a configuration file to be used when a single test is run. What are names of your configs? Where are they located relative to the project root?
社区
WebStorm
Run jest test from editor with different config depending on file location
0 票
创建于
2016年12月28日 11:10
Hi Nuno, What's your node version and OS? Can it be reproduced with node 6 and node 7? Possibly related issue https://youtrack.jetbrains.com/issue/WEB-24629
社区
IntelliJ IDEA Users
Debugging node child processes
0 票
创建于
2016年11月24日 15:50
Option --debug-brk is basically the same as --debug, except that execution breaks on the first line of the entry point of the current application. Thus, usually, both --debug and --debug-brk are no...
社区
IntelliJ IDEA Users
Debugging node child processes
0 票
创建于
2016年11月24日 14:06
正式评论
Hi, As for listening for "on open file" and "on close file" event, it can be archived with this code: MessageBus messageBus = project.getMessageBus();// or// MessageBus messageBus = ApplicationMana...
社区
IntelliJ IDEA Open API and Plugin Development
listener for ide actions
0 票
«
第一页
‹
上一页
下一页
›
最后
»