Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code debugging for Excel Desktop (TypeScript) #54

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    57d71db View commit details
    Browse the repository at this point in the history
  2. Remove launch.json

    TCourtneyOwen committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    c47ce54 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    9a9faf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea4847 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    5e17d55 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. add metadata json schema

    akrantz committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    4ac11f4 View commit details
    Browse the repository at this point in the history
  2. update .gitignore

    akrantz committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    b7fa774 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OfficeDev#41 from OfficeDev/metadata-schema--javas…

    …cript
    
    add metadata json schema
    akrantz authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    45e481a View commit details
    Browse the repository at this point in the history
  4. Merge pull request OfficeDev#43 from OfficeDev/update-gitignore--java…

    …script
    
    update .gitignore in JavaScript template
    akrantz authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    0585011 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Configuration menu
    Copy the full SHA
    d33f47b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a4fba View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Adding links to new CF docs

    Michelle Scharlock authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    effe443 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OfficeDev#46 from OfficeDev/mscharlock-patch-1

    Adding links to new CF docs
    Michelle Scharlock authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    7ff512e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Update Debugging section in README.

    Kim Brandl committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    b77526c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c593d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9014752 View commit details
    Browse the repository at this point in the history
  4. Update README

    kbrandl authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    2de7510 View commit details
    Browse the repository at this point in the history
  5. Update README

    kbrandl authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    bedef56 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    31a0004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beab03a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e032c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5dab1a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    c6a1d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f432714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    042f6b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    e0f1aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e2f2c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    1dfcdcc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    607f0b5 View commit details
    Browse the repository at this point in the history
  2. Add ids for custom functions to customfunctions.json

    - Without the ids added to customfunctions.json, functions fail to load in recent DF builds with error:
    
    Unexpected	CustomFunctions	[Metadata] [Parsing] [Missing] Property=id
    TCourtneyOwen committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    c91fe40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OfficeDev#59 from ThorstenHans/fix-scripts

    fix: use concurrently to fix build scripts
    TCourtneyOwen authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    ed9d3b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95981b9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request OfficeDev#60 from TCourtneyOwen/add-function-ids-t…

    …o-json-file
    
    Add ids for custom functions to customfunctions.json
    TCourtneyOwen authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    75152ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77760ad View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    818758d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc0125 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    e9ad6c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    239cb34 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. load functions.html from dist folder

    If the functions.html is loaded from webpack-dev-server using url https://localhost:3000/functions.html,
    it encounters errors. This appears to be because webpack-dev-server assumes a browser environment but
    custom functions are run directly using the JavaScript runtime.
    
    To work around this, use the dist folder for the custom function urls (page, metadata, and script):
    page:     https://localhost:3000/dist/functions.html
    metadata: https://localhost:3000/dist/functions.json
    script:   https://localhost:3000/dist/functions.js
    
    The taskpane which runs in the browser WebView control is still loaded using webpack-dev-server
    (https://localhost:3000/taskpane.html).
    akrantz committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    6aaa408 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    41140f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ab355b View commit details
    Browse the repository at this point in the history
  3. Remove concurrently package

    akrantz committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    04bd00a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from akrantz/vscode-debugging-restructured

    Restructure project files
    akrantz authored Dec 2, 2018
    Configuration menu
    Copy the full SHA
    812de95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca513a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6fc57b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3b70d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    3159232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    158865e View commit details
    Browse the repository at this point in the history
  3. Allow manifest to pass office-toolbox validate

    This shouldn't make a different but office-toolbox validate expects the
    CustomFunctions ExtensionPoint to have tags in a particular order.
    akrantz committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    5225c53 View commit details
    Browse the repository at this point in the history