Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
  2. Feb 07, 2022
  3. Nov 29, 2019
  4. Nov 27, 2019
    • Attila Krasznahorkay's avatar
      Made it possible to use VS Code with the WorkDir project. · dbf8d5bb
      Attila Krasznahorkay authored
      In order for VS Code to parse our code correctly, it has to be told
      explicitly how each source file needs to be compiled. (Otherwise it would
      not find the headers from LCG/TDAQ/Gaudi to interpret our code.) This
      update makes sure that when the user sets up the build of the
      WorkDir project in the "usual layout", in a directory called build/
      just beside the athena/ directory, VS Code would automatically find
      the correct compile_commands.json file that it needs, when the user
      opens the athena/ directory for editing.
      dbf8d5bb
Loading