Jump to content
  • 0

How can I include the Waveforms SDK files into my VSCode path?


gabagool

Question

Hi,

I am having a little trouble getting the Waveforms SDK included into my VSCode project. I am trying to write some test scripts with Python and want to include the WF_SDK libraries in my environment so the program compiles and intellisense works properly.

I've tried modifying my settings.json file but have had no luck:

{
    "version": 2,
    "configurations": [
      {
        "name": "cfg1",
        "includePath": [
          "${workspaceFolder}/**",
          "C:/Program Files (x86)/Digilent/WaveFormsSDK/inc/**"
        ],
        // other configuration settings
      }
    ],
    "settings": {
      // other global settings
    }
  }

image.png.735d587777d27872249879f3d127ea2a.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...