atom / atom

:atom: The hackable text editor
https://atom.io
MIT License
60.15k stars 17.4k forks source link

Issues when opening new files : tabs do not show up #9601

Closed LoicGoyet closed 8 years ago

LoicGoyet commented 8 years ago

Hey I've got a very annoying issue right know : Every time I want to open a new file into my project (by double click on tree view or with cmd + p). The file is open, but no tab are visible for this file

I noticed that an error pops everytime I do it :

Uncaught (in promise) TypeError: deprecationSite.getFileName is not a function(…)

Here is my config :

"*":
  "exception-reporting":
    userId: "50a72f92-1de6-c058-6e00-a9cee2334fd9"
  "release-notes":
    viewedVersion: "0.84.0"
  welcome:
    showOnStartup: false
  metrics:
    userId: "2878163b4b361702a451e57922df9c59ef809b5b"
  editor:
    invisibles:
      space: "."
      tab: "_"
      eol: " "
    tabLength: 4
    fontSize: 20
    lineHeight: 2
    scrollPastEnd: true
    scrollSensitivity: 50
    tabType: "soft"
    showInvisibles: true
    showIndentGuide: true
  core:
    themes: [
      "atom-material-ui"
      "material-syntax"
    ]
    ignoredNames: [
      ".git"
      ".svn"
      ".DS_Store"
    ]
    disabledPackages: [
      "linter-bootlint"
      "merge-conflicts"
      "minimap"
    ]
  "atom-material-ui":
    slimScrollbar: true
    useRoboto: true
    depth: false
    panelContrast: false
    disableAnimations: false
    rippleAccentColor: false
    fonts:
      useRoboto: true
    treeView: {}
    tabs:
      tabMinWidth: true
    ui:
      accentColor: "Blue"
    panels:
      altCmdPalette: false
  "emmet-simplified": {}
  "color-picker":
    abbreviateValues: true
    automaticReplace: true
  "tree-view": {}
  "linter-scss-lint":
    executablePath: "/usr/local/bin/scss-lint"
  linter:
    showErrorTabLine: true
    showErrorPanel: false
  "git-blame":
    ignoreWhiteSpaceDiffs: false
    useCustomUrlTemplateIfStandardRemotesFail: true
  "git-blame-plus": {}
  "linter-htmlhint": {}
  "linter-jshint":
    lintInlineJavaScript: true
  blame: {}
  minimap: {}
  "atom-beautify":
    _loggerLevel: "error"
    css_align_assignments: true
    css_force_indentation: true
    css_newline_between_rules: true
    css_no_lead_zero: true
    css_preserve_newlines: true
    css_selector_separator_newline: true
    _analyticsUserId: "79722fab-1165-499f-8c44-56fd6f16ca8a"
    js_indent_char: "  "

and that's all my packages :

angularjs@0.3.3
atom-beautify@0.28.18
atom-jade@0.3.0
atom-material-syntax@0.2.4
atom-material-ui@0.8.0
autocomplete-paths@1.0.2
blame@0.7.0
color-picker@2.0.13
emmet@2.3.14
goto@1.7.1
gulp-helper@5.0.0
hyperclick
jquery-snippets@11.0.0
linter@1.11.1
linter-htmlhint@0.2.1
linter-jshint@1.2.1
linter-less@2.2.0
linter-php@1.1.1
linter-scss-lint@2.4.0
material-syntax@0.5.0
merge-conflicts@1.3.7
minimap@4.16.0
nuclide-arcanist@0.0.32
nuclide-blame
nuclide-blame-provider-hg
nuclide-blame-ui@0.0.32
nuclide-buck-files@0.0.32
nuclide-installer@0.0.32
php-twig@4.0.0
project-manager@2.6.5
seti-icons@0.4.5
seti-syntax@0.4.1
seti-ui@0.8.1
sort-lines@0.12.0
symfony-snippets@0.3.0
tabs-to-spaces@0.11.1
tabularize@0.2.5
text-pastry@0.6.1
toggle-quotes@0.11.3
tool-bar-main@0.0.8

thank you for your help !

50Wliu commented 8 years ago

This is an issue with Nuclide packages - please see #9350 for more details.

lock[bot] commented 5 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!